下面这个规则只能去掉index.php,但是我要的是模块也去掉,就报错了,我的写法是:RewriteRule ^(.*)$ index.php/admin/$1 [QSA,PT,L],直接在index.php后面加一个貌似不行。求大神的指点一下.htaccess的写法啊。
<ifModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</ifModule>
url模式'URL_MODEL'=>2
最佳答案
