Duncan, > I was wondering if anybody has managed to get friendlyUrls > functionality to work without having to use the "/go/" directory?
Unfortunately the way it's currently designed the URL rewrite needs some kind of identifier (example: "/go/*"). I was playing with the idea last year of eliminating the final slash and doing a simple prefix instead (example: "/our*". This would leave URIs like http://domain/ourProducts, and http://domain/ourNews, and http://domain/ourProducts/series/tools, etc.). But the client changed their mind before I dove into any code. I still wonder if it's possible. All-in-all I admit it would be great to eliminate the need to require an identifier like "/go/*" and just tell it to do something else (by site of course). Some kind of conditional statement that says: If not "/index.cfm", or, "/", or "/farcry", then try to run Friendly URLs plugin). That would be ideal (Thought to self: I wonder if I could write a RegEx or something in Apache to do that?). --- Jeff Coughlin Web Application Developer http://www.jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
