Using the following URL: http://www.domain.com/properties/to-let/greenwich/se10/1-bedroom-flat-in-se1 0-to-let/13/
I have the following rule in my .htaccess file: RewriteRule ^properties/(.*?)$ /properties/property-detail.cfm?q=$1&rule=6 [L,I] This is to capture everything after properties and place it into the query string as: q=to-let/greenwich/se10/1-bedroom-flat-in-se10-to-let/13/ This works on my dev server with ISAPI Rewrite 3.1.0.32, but on the production server with ISAPI Rewrite 3.1.0.42 it fails and instead it leave me with: q=property-detail.cfm Running a test in CF I get the right results. I'm looking through the docs but I can't find anything to indicate why this is happening. Any ideas? Thanks. Adrian http://www.adrianlynch.co.uk/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302414 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

