WordPress 3.0 & nginx - permalink, 404 problem

前端 未结 8 2044
清歌不尽
清歌不尽 2021-02-08 16:26

I\'ve installed nginx, FastCGI and PHP on my server. WordPress 3.0 installed after a bit of a monster battle, but it\'s installed and working well.

However, when I chang

8条回答
  •  灰色年华
    2021-02-08 16:42

    On your location / block,

    add this and remove any non-specific rewrite rules:

    try_files $uri $uri/ /index.php;
    

提交回复
热议问题