mod_rewrite issue on fusebox 5

2010-01-23 Thread Matthew Gersting
Hey gang, Having an issue I was hoping someone might have an answer to. I have a mod_rewrite rule: RewriteRule ^index.cfm?fuseaction=test.test$ bob.html The problem is that this is not getting caught and rewritten, it's going through to the Fusebox. I've also tried escpacing the ? and the .

Re: mod_rewrite issue on fusebox 5

2010-01-23 Thread Barney Boisvert
You need a slash at the front of your rule (and you DO need to escape both the question mark and period): RewriteRule ^/index.cfm\?fuseaction=test\.test$ bob.html cheers, barneyb On Sat, Jan 23, 2010 at 12:23 PM, Matthew Gersting mgerst...@gmail.com wrote: Hey gang, Having an issue I was