I suspect that ? isn't a special character in an replacement string. Possibly you shouldn't escape it.
Blair On 2/23/07, 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-tf3276842s621.html#a9112916 > 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 -~----------~----~----~----~------~----~------~--~---
