I cannot seem to get Friendly URLs to work correctly with the
subdirectory installation method.  Here is what is really wierd, if I
go to http://localhost/pingFU it respondes like it should in a
standalone install, but if I go to http://localhost/<projectname>/pingFU
I just get the project's homepage.  It makes me think something is
wrong with the rewrite regex but I cannot figure it out.  Here is what
I am using:

RewriteEngine On
RewriteCond %{REQUEST_URI} !(^/farcry|^/webtop|^/flex2gateway|^/
flashservices|^/cfide)($|/)
RewriteRule ^([a-zA-Z0-9\/\-\%:\[\]\{\}\|\;\<\>\?\,\*...@\#\$\ \(\)
\^_`~]*)$ /<projectname>/index.cfm?furl=$1 [L,PT,QSA]

Any thoughts on what might be going wrong?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to