Hi David, Can you try this rule instead?
RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1 [L,PT] Don't forget you need the PT (pass through) Michael On Feb 23, 2:27 pm, David Buonomo <[EMAIL PROTECTED]> wrote: > I'm trying to get FUs running with MX 6.1 and Ionic's Rewriter. It seems > like I'm close, but getting > 404 errors. I'm using the following rewrite rule: > > RewriteRule /go/([^\?]*)(?:\?(.*))? /go.cfm\?path=/go/$1&$2 [I,L,R] > > So, a friendly URL such as this: > > http://mydomain/go/contact-us > > is redirecting to this: > > http://mydomain/go.cfm%5C?path=/go/contact-us& > > Note the %5C in the URL. I've tried various changes to the rewrite rule > (like removing the \ after go.cfm), but no luck. > > Any help would be appreciated. > > Dave > -- > View this message in > context:http://www.nabble.com/Friendly-URLs-and-Ionic-Configuration-tf3276842... > Sent from the FarCry - Dev mailing list archive at Nabble.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?hl=en -~----------~----~----~----~------~----~------~--~---
