View Single Post
Old 09-30-2009, 02:03 PM   PM User | #2
charlesandrews
New to the CF scene

 
Join Date: Sep 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
charlesandrews is an unknown quantity at this point
I haven't actually tested this, but from this mod_rewrite guide I think you would want to use:

Code:
RewriteRule http://www.yourdomain.com/?redir=(.*) $1 [R=301,L]
Let me know if this works for you, if not we can try something different.

Last edited by charlesandrews; 10-01-2009 at 02:07 PM..
charlesandrews is offline   Reply With Quote