The requested URL /about was not found on this server

前端 未结 20 1410
闹比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条回答
  •  -上瘾入骨i
    2020-12-23 00:20

    On my MacOS Catalina machine I discovered that an additional file had been created at /etc/apache2/users/my-username.conf where the default was

    AllowOverride none
    

    Changing that to All finally got things working for me. The challenge with Mac is that its hard to get to these directories with Finder so its easy not to spot this file

提交回复
热议问题