在URL的末尾添加尾部斜杠

时间:2016-10-18 09:40:39

标签: php apache .htaccess redirect mod-rewrite

我试图重新定位网址没有斜线到最后的斜线但是有一些问题..我能够重定向但是在网址中获取index.php就像http://www.domain.com/subdomain/index.php/url/ ...所以我如何剥离index.php再次?...我的代码在下面..任何帮助将不胜感激..谢谢提前!!

RewriteCond %{REQUEST_URI} !\.[^./]+$
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.domain.com/subdomain/$1/ [R=301,L]

0 个答案:

没有答案