描述:thinkphp5 隐藏public/index.php 入口文件
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L:$1]
改成
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
描述:thinkphp5 隐藏public/index.php 入口文件
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L:$1]
改成
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]