我需要将所有无斜杠的链接重定向到尾部斜杠,这是我的 htaccess 并且总是打开页面 whit 或 whitout,我只需要打开页面 whit slash。
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?artist=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?artist=$1
我需要将所有无斜杠的链接重定向到尾部斜杠,这是我的 htaccess 并且总是打开页面 whit 或 whitout,我只需要打开页面 whit slash。
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?artist=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?artist=$1