摘要:
转自 http://wlheihei.com/view/64 [root@51ou.com yum.repos.d]# yum install nginxLoaded plugins: fastestmirror, priorities, refresh-packagekit, securityLo 阅读全文
posted @ 2018-02-04 21:19
你背后的那个人
阅读(4389)
评论(0)
推荐(0)
摘要:
.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)