WordPress is giving me 404 page not found for all pages except the homepage

后端 未结 22 1243
独厮守ぢ
独厮守ぢ 2021-01-29 21:35

All of a sudden I go to my WordPress website and all the pages give me a 404 page not found page. I\'m assuming the problem lies with the permalink structure, which I could swea

22条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-29 22:14

    Basically the .htaccess file should exists and the httpd.conf should be correct.

    In my case, I changed the file /etc/apache2/apache2.conf in section:

    
    

    Line changed is:

    AllowOverride None
    

    to

    AllowOverride All
    

    And restart the web server with

    systemctl restart apache2
    

提交回复
热议问题