I have a separate question for the op. You mentioned you were looking at the FCDEV30 (or something like that) instructions on the wiki page for Friendly URL's. Which version of FarCry are you using? If you are using 5.1+: check http://docs.farcrycms.org/display/FCDEV50/Friendly+URLs. For info on how the controller works in FC5.2+: http://docs.farcrycms.org/display/FCDEV50/Friendly+URL+Controller.
index.cfm?furl= is the standard rewrite for FC5.1+. Tomek On Wed, Jan 27, 2010 at 4:46 PM, Matthew Williams < [email protected]> wrote: > My rule looks like: > > RewriteCond %{REQUEST_URI} > !(^/farcry|^/webtop|^/flex2gateway|^/flashservices|^/cfide|^/error|^/blog|^/phpmyadmin)($|/) > RewriteRule ^([a-zA-Z0-9\/\-\%:\[\]\{\}\|\;\<\>\?\,\*...@\#\$\ > \(\)\^_`~]*)$ /index.cfm?furl=$1 [L,PT,QSA] > > I'd say your best bet is to use either helicon rewrite, or apache. I don't > know of anyone on the list that has yet used the built in IIS 7 rewrite > rules (yet). > > > > Matthew Williams > Geodesic GraFX > www.geodesicgrafx.com/blog > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > -- 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
