hi Everyone, I'm still struggling with this. Has anyone got any ideas?
gav On 2/1/06, Gavin Cooney <[EMAIL PROTECTED]> wrote: > Hey > > I'm still battling with apache mod_rewrites. > > Can anyone help? > > I did this: > > 1. Disabled spikes old FU servlet. Restarted everything and confirmed > that a /go/blah url now returns a 404 as it should. > > 2. Added the following lines to my apache config: > RewriteEngine On > RewriteRule .*/go /go.cfm > > I know this is a cut down version, but i just wanted to see if *any* > mod_rewrite would work. I also tried each of these lines: > # RewriteRule .*/go([^\?]*)(?:\?(.*))? /go.cfm\?path=/go$1&$2 > # RewriteRule .*/go/(.*) /go.cfm?path=/go/$1 > > then i restarted. > > now when i try a /go/blah url i get this output on screen: > > <head><title>JRun Servlet Error</title></head><h1>403 Forbidden</h1><body> > Forbidden</body> > > NOTHING is logged in the CF logs. > > Anyone have any ideas? i'm tearing my hair out. > > FYI: this is on linux. > > Cheers > > Gav > > > > > Do you have any link to explain how exactly i configure apache > > > mod_rewrite for farcry? > > > > You might try the WIKI: > > http://bugs.farcrycms.org:8080/confluence/display/FCDEV30/Friendly+URL+Management > > > > -- geoff > > http://www.daemon.com.au/ >
