美文网首页
phpstudy 伪静态设置 thinkphp

phpstudy 伪静态设置 thinkphp

作者: Mracale | 来源:发表于2023-06-27 14:09 被阅读0次
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
 RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

相关文章

网友评论

      本文标题:phpstudy 伪静态设置 thinkphp

      本文链接:https://www.haomeiwen.com/subject/swknydtx.html