How to redirect ?utm_source= to orginal URL with .htaccess
-
Hello!
Google webmaster tool continually indexing my blog with Feedburner RSS, even if I add URL parameter. These RSS URL contains following parameter.
?utm_source=
I used following .htaccess tweak to use 301 redirect, but it’s not working. What could be the reason? Or are there any advance method to no-index ?utm_ tracking URLs?
RewriteEngine on RewriteCond %{QUERY_STRING} ^((.*?)&|)utm_ RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1?%2 [R=301,NE,L]
Thanks!
- The topic ‘How to redirect ?utm_source= to orginal URL with .htaccess’ is closed to new replies.