当前位置:Gxlcms > PHP教程 > phpstudyphp5.4以上版本伪静态设置

phpstudyphp5.4以上版本伪静态设置

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

这篇文章介绍的内容是关于phpstudy php5.4以上版本伪静态设置 ,有着一定的参考价值,现在分享给大家,有需要的朋友可以参考一下

http://www.thinkphp.cn/topic/35958.html

默认的


RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

规则在apache fastcgi模式下会导致No input file specified.

修改成

RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]


就OK,地址正常重写。

以上就是phpstudy php5.4以上版本伪静态设置 的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行