.htaccess - htaccess 301 redirect /%C2%A0/ -
i trying 301 redirect via htaccess http://www.domainname.co.uk/%c2%a0/
http://www.domainname.co.uk/
can not work
i having lot of trouble /%c2%a0/
great
thanks
try:
rewriteengine on rewriterule ^\xc2\xa0/?$ / [l,r=301]
or if have use mod_alias:
redirectmatch 301 ^/\xc2\xa0/?$ /
Comments
Post a Comment