Nginx访问PHP文件的File not found

Posted hailπ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx访问PHP文件的File not found相关的知识,希望对你有一定的参考价值。

更改配置文件nginx.conf
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
替换成下面

fastcgi_param SCRIPT_FILENAME (document_root)fastcgi_script_name;

然后重新加载nginx配置文件

以上是关于Nginx访问PHP文件的File not found的主要内容,如果未能解决你的问题,请参考以下文章

centOS 下安装Nginx,访问/data/www目录时出现file not found

nginx File not found 错误

nginx File not found 错误

centos7 安装nginx和php5.6.25遇到 无法访问php页面 报错file not found 问题解决

nginx对PHP文件报File not found.错

nginx File not found 错误