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 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 "." both 
> alone and together (as below) without any luck....any thoughts?
>
> RewriteRule ^index.cfm\?fuseaction=test.test$ bob.html
> RewriteRule ^index.cfm\?fuseaction=test\.test$ bob.html
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to