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:
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.