rta*_*oni 2 php mod-rewrite
如何更改此URL:http://localhost/index.php/Department/2
到这一个:http:// localhost/index/Department/2
谢谢.
Gum*_*mbo 6
试试这条规则:
RewriteRule ^index/(.*) index.php/$1
如果你想剥离它index/,试试这个:
index/
RewriteCond %{REQUEST_FILENAME} !-f RewriteRule !^index\.php$ index.php%{REQUEST_URI}
归档时间:
16 年,3 月 前
查看次数:
730 次
最近记录: