phpstudy新建网站,以及如果Nginx出现404页面的配置问题

hosts文件位置:
C:\Windows\System32\drivers\etc

Nginx配置文件:
C:\phpstudy_pro\Extensions\Nginx1.15.11\conf\vhosts


新建网站,如果Nginx出现404页面的配置问题

location / 
{
    try_files $uri $uri/ /index.php?$query_string;
}
上一页:
下一页:

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注