The requested URL /about was not found on this server

前端 未结 20 1413
闹比i
闹比i 2020-12-23 00:05

The home page of my wordpress website seems to be displaying correctly but if you click through to any of the other pages I get the following error message:

         


        
20条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 00:12

    The selected answer didn't solve this issue for me. So for those still scratching their head over this one, I found another solution!

    In my Apache settings httpd.conf(you can find the conf file by running apachectl -V in your console), enabled the following module:

    LoadModule rewrite_module modules/mod_rewrite.so

    And now the site works as expected.

提交回复
热议问题