该问题已被锁定!
3
关注
3253
浏览

安装1.0成功,但不能正常访问。网址重定向至 ?/home/explore/gues,403错误。

AI智能回复搜索中,请稍后...

查看全部 4 个回答

小李飞刀 注册会员 用户来自于: 河北省石家庄市
2012-08-17 09:50
NGINX服务器加入 location / { if (!-e $request_filename) { rewrite (.*) /index.php; } } 我安装在anwsion目录下,调整上面代码为: location /anwsion/ { if (!-e $request_filename) { rewrite (.*) /index.php; } } 提示: No input file specified.错误。

关于作者

问题动态

发布时间
2012-08-16 23:52
更新时间
2012-08-17 15:43
关注人数
3 人关注

相关问题