Question
Wordpress Permalinks not working on Ubuntu 14.04
I have followed this guide, and everything worked correctly except that I cannot change the Wordpress permalink setting. I have followed the guide, and other solutions to questions here, but none are working for some reason.
On WP, when I change the permalinks, and go to the original domain.com/?p=123, it changes the url to the correct domain.com/month/day/post-title, however it takes me to the apache 404 page then.
Any help is appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
To clarify, the problem in this scenario is that .htaccess is not enabled. To fix that, you add
AllowOverride All
for your site’s directory. In my case, I did that inapache.conf
.