这篇文章介绍的内容是关于phpstudy php5.4以上版本伪静态设置 ,有着一定的参考价值,现在分享给大家,有需要的朋友可以参考一下
http://www.thinkphp.cn/topic/35958.html
默认的
rewriterule ^(.*)$ index.php/ [qsa,pt,l]
规则在apache fastcgi模式下会导致no input file specified.
修改成
rewriterule ^(.*)$ index.php [l,e=path_info:]
就ok,地址正常重写。











