.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

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -