thinkPHP5隐藏入口文件
2017-09-30 本文已影响13人
_____西班木有蛀牙
找到文件.htaccess
找到.htaccess文件将
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
替换为
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
找到文件.htaccess
找到.htaccess文件将
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
替换为
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]