Apache htaccess 301使用特殊字符重定向


Apache htaccess 301 redirect with special characters

真的很难解决这个问题,htaccess中的所有301个重定向(没有特殊字符的重定向)都与这个不同。我需要从重定向

/folder1/departmentpage.html/customerx/_438081/1/Sofabeds%2520for%2520Small%2520%252D%2520Medium%2520or%2520Large%2520Rooms

http://www.newsite.com/sofabeds

如有任何帮助,我们将不胜感激。

您可以做这样简单的事情。

RewriteCond %{REQUEST_URI} ^(.*)Sofabeds(.*)
RewriteRule ^ http://www.newsite.com/Sofabeds [R=301,L]