wordpress+lnmp出现 404 Not Found nginx
Posted 叫我大头
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wordpress+lnmp出现 404 Not Found nginx相关的知识,希望对你有一定的参考价值。
在本地使用Apache,因此进行重写规则是.htaccess文件,但在nginx服务器中此文件不起作用。
只需在网站的虚拟机配置文件中添加如下
location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } } rewrite /wp-admin$ $scheme://$host$uri/ permanent;
以上是关于wordpress+lnmp出现 404 Not Found nginx的主要内容,如果未能解决你的问题,请参考以下文章
wamp下安装wordpress出现404 not found
404 not found ------ nginx ----- lnmp/lnmpa centOS7
Wordpress 输入地址时出现 404 Not Found 错误