Forum Moderators: phranque
www.domain.com/computers/repair.html?page=computers&subpage=repair #Redirect to remove query string from any directory-paths
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /([^?#\ ]*)\?[^\ ]*\ HTTP/
RewriteCond $1 !^statsfolder/
RewriteRule ^(.*)$ http://www.domain.com/$1? [R=301,L] #Redirect to remove query string from any directory-paths
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /([^?#\ ]*)\?[^\ ]*\ HTTP/
RewriteCond $1 !^statsfolder/
RewriteCond $1 !^gclid
RewriteRule ^(.*)$ http://www.domain.com/$1? [R=301,L]
#Redirect to remove query string from any directory-paths
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /([^?#\ ]*)\?[^\ ]*\ HTTP/
RewriteCond $1 !^statsoja25/
RewriteCond !{QUERY_STRING} gclid
RewriteRule ^(.*)$ http://www.oja.nl/$1? [R=301,L]