【发布时间】:2015-10-16 11:09:39
【问题描述】:
我几乎在每个页面上都收到“找不到页面”错误。我搜了谷歌,提示可能是nginx的URL_rewrite有问题。
我已经把nginx/conf/nginx.config.default改成这样了
location / {
root html;
index index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}
但它仍然无法正常工作。
服务器系统:Centos 7 nginx:1.4.4 PHP版本:5.5.7
【问题讨论】: