.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

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -