【问题标题】:how to htaccess rewrite and url with whitespace?如何用空格重写和 url?
【发布时间】:2013-07-15 20:55:02
【问题描述】:

我正在尝试为从旧网站到新网站的 url 编写 htaccess 重定向 旧网址在网址链接中有空格, 我试过了

    RewriteCond %{REQUEST_URI} ^/office%20coffee/officecoffee.html [NC]
RewriteRule (.*)  /coffee/portion-packs.html  [R=301,NC,L] 

但它不会重定向,有什么办法可以解决这个问题。

任何帮助将不胜感激,在此先感谢您。

【问题讨论】:

    标签: .htaccess magento url-rewriting


    【解决方案1】:

    用这个替换你的 2 行:

    RewriteRule "^office coffee/officecoffee.html$" /coffee/portion-packs.html  [R=301,NC,L]
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-05-25
      • 1970-01-01
      • 2010-12-17
      • 2019-08-06
      • 1970-01-01
      • 2023-03-28
      相关资源
      最近更新 更多