View Single Post
Old 04-26-2009, 08:07 PM   PM User | #2
schleppel
Regular Coder

 
Join Date: Oct 2004
Posts: 330
Thanks: 0
Thanked 13 Times in 13 Posts
schleppel is an unknown quantity at this point
Try
Code:
Options +FollowSymLinks

RewriteEngine On

RewriteCond %{QUERY_STRING} ^(.*&)?gclid= [NC]
RewriteCond %{REQUEST_URI} ^/$ [OR]
RewriteCond %{REQUEST_URI} ^(/.*[^/])/?$
RewriteRule !^(.+/)?redirect,$ %1/redirect, [R=301,L]
schleppel is offline   Reply With Quote