斜杠删除

时间:2020-07-15 15:25:50

标签: .htaccess url-rewriting

我只需要从域URL中使用htaccess删除结尾的斜杠。

这是我实施的网址:

RewriteCond %{HTTP_HOST} ^www\.domain\.ext [NC]
RewriteCond %{REQUEST_URI}  ^/$ [NC]
RewriteRule ^(.*)$ https://www.domain.it$1 [R=301,L]

但是结果是没有斜杠的URL转到有斜杠的URL,我需要相反的情况。

谢谢

0 个答案:

没有答案
相关问题