我知道如何添加/到所有链接没有/
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*[^/])$ $1/ [L,R=301]
但我只需要一个链接
https://chessbraingames.com/advanced/
并且不接触其他链接
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*[^/])$ $1/ [L,R=301]
1条答案
按热度按时间f1tvaqid1#
您只能按以下方式重定向此链接: