随笔分类 -  ThinkPHP3.2

常用比较老的框架
摘要:.htaccess文件中的 RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 在默认情况下会导致No input file specified. 修改成 RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 问题解决。 阅读全文
posted @ 2018-02-04 20:04 你背后的那个人 阅读(479) 评论(0) 推荐(0)