当前位置:Gxlcms > PHP教程 > 隐藏index.php的规则

隐藏index.php的规则

时间:2021-07-01 10:21:17 帮助过:18人阅读

1 2 RewriteEngine on3 RewriteCond %{REQUEST_FILENAME} !-d4 RewriteCond %{REQUEST_FILENAME} !-f5 RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]6 

人气教程排行