pathinfo No input file specified问题
listen 80;#listen [::]:80;
server_name test.aaa.com;
index index.html index.htm index.php default.html default.htm default.php;
root/home/***/public_html;
include none.conf;
#error_page 404 /404.html;
include enable-php-pathinfo.conf;
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
军哥,我是这么配置的nginx为什么访问网站是No input file specified.这样的呢 不是权限的问题 网站下面的静态文件可以访问。 程序是我自己用thinkphp3.2写的,之前在别的服务器上运行一年了。 改过网站目录,没改.user.ini ?
页:
[1]