【问题标题】:add slashes at end of my domain using htaccess [duplicate]使用 htaccess 在我的域末尾添加斜杠 [重复]
【发布时间】:2017-01-06 12:50:42
【问题描述】:

我的域名是http://www.domain1.dk

我想使用 .htaccess 在我的域末尾添加斜杠。它应该像http://www.domain1.dk/

提前致谢

【问题讨论】:

    标签: php .htaccess redirect


    【解决方案1】:

    下次请使用谷歌而不是这么快问。

    答案来源:https://stackoverflow.com/a/7781331/6486232

    在 .htaccess 中:

    RewriteCond %{REQUEST_URI}  !\.(php|html?|jpg|gif)$
    RewriteRule ^(.*)([^/])$ http://%{HTTP_HOST}/$1$2/ [L,R=301]
    

    【讨论】:

      猜你喜欢
      • 2021-03-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-08
      • 2012-04-12
      • 2012-08-03
      • 2011-08-21
      相关资源
      最近更新 更多