On 09/09/2007, RobG <[EMAIL PROTECTED]> wrote: > > > What are you using on IIS to provide redirects? > > I don't follow.
In Apache you use RewriteRule to rewrite urls based on a regex. IIS doesn't have anything like this so you have to use an add on to provide redirects. The recommend is Ionic ISAPI Rewrite Filter. > What is the exact redirect you are using to direct processing to the > > go.cfm template? > > Also don't follow. What is the Regex that you are using to go from /your/friendly/url to index.cfm?ObjectID=1234-123blah? > Have you read through the section on friendly urls in the docs site? > > No. :) You should :) http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Friendly+URL+Configuration > Do you deviate from any of the standard recommendations there in? > > No. I followed the Installation Guide at farcrycms.org and have done > nothing more than that. By default Farcry doesn't do Friendly URLs, so you need to enable them - follow the instructions in the wiki. One thing I just thought of... this may or may not have anything to do > with anything... since these are remote installs, I modified the > Application.cfm file of the installer so it wouldn't complain about > running it from an IP other than 127.0.0.1. That's the ONLY change I > made. > Hopefully the installer isn't still on your site any more, not that that would affect Friendly URLs anyway. Regards Stephen --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
