【问题标题】:301 redirect from ending slash to without ending slash301 重定向从结束斜线到不结束斜线
【发布时间】:2017-07-20 06:23:44
【问题描述】:

【问题讨论】:

标签: .htaccess redirect


【解决方案1】:

要使用.htaccess 删除尾部斜杠,您可以使用:

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [R=301,L]

确保在测试之前清除缓存。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多