[I also posted this on the FarCry Dev Wiki here: http://docs.farcrycms.org/display/FCDEV50/Friendly+URLs ]
I really need help with this. I'm running 5.1.0, with Helicon's ISAPI_Rewrite. I need http://IP.IP.IP.IP/Prospective/ to NOT trigger the Friendly URL stuff and just display what's in http://IP.IP.IP.IP/Prospective/index.cfm . Instead, it's just redirecting to the homepage/webroot with the URL unchanged in the address bar. I tried changing the 404.cfm page to correct for a missing FURL, but that's not working either. FYI, index.cfm is set up in IIS as a default index page. What could I be doing wrong? I've tried to add that directory to the exceptions list, to no avail. Here's my code: <VirtualHost IP.IP.IP.IP> ##### APACHE MOD_REWRITE SYNTAX RewriteEngine On RewriteCond %{REQUEST_URI} !(^/farcry|^/webtop|^/flex2gateway|^/ flashservices|^/CFIDE|^/Prospective|^/prospective)($|/) RewriteCond %{REQUEST_URI} !(/forums|/index.cfm|/go.cfm|/farcry|/ webtop|/css|/files|/images|/js|/wsimages|/xml|/feeds|/archive) RewriteRule ^([a-zA-Z0-9\/\-\%:\[\]\{\}\|\;\<\>\?\,\*...@\#\$\ \(\) \^_`~]*)$ /index.cfm?furl=$1 [L,PT,QSA] </VirtualHost> --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
