我的网站有一个“不正确”的传入链接,我无法更改传入链接,因此我必须为其制定重定向规则。
链接指向:mydomain.tld/search_engin%3C/td
我试过了:
RewriteRule ^/search_engin%3C/td$ http://www.osirion.co.za/search_engine_marketing_optimisation/1-about_our_search_engine_marketing_services.htm [NE,R=301,L]
RewriteRule ^/search_engin%3C/td$ http://www.osirion.co.za/search_engine_marketing_optimisation/1-about_our_search_engine_marketing_services.htm [B,R=301,L]
(上面两个没有$)Normal Redirect 301而不是RewriteRule。
他们都没有工作:S
请帮忙!