<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] // 这个是针对PHP5.6+,tp3.2的手册有误啊!
</IfModule>
thinkphp的rewrite
阅读 73
2023-01-12
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] // 这个是针对PHP5.6+,tp3.2的手册有误啊!
</IfModule>
相关推荐
精彩评论(0)