检查下站点nginx配置文件

是否有

 

location / {
try_files $uri $uri/ =404;
}

有的话把他替代下面这行

location / {
try_files $uri $uri/ /index.php?$query_string;
}

相关文章: