Forum Moderators: phranque

Message Too Old, No Replies

Redirecting URL with parameter

htaccess mod_rewrite 301 redirect URL parameter

         

Mark26

8:28 am on Jun 17, 2011 (gmt 0)

10+ Year Member



The homepage of my forum is also indexed under www.domain.tld/?action=profile&uid=XY (=duplicate content).

I'd like to redirect it to www.domain.tld/ but can't get it to work. I tried variations of the following to no avail (server error).

RewriteCond %{QUERY_STRING} ^action=profile&uid=XY$ 
RewriteRule ^(.*)$ http://www.domain.tld/? [L,R=301]