Change permalink structure of WordPress, 404 error resolved
I read an article talking about how to get meaningful permalink structure for blogs. Based on that article, I redefined the blog’s permalink. At first, the permalink did not work and always bring me to the 404 page. Search blog posts about how to fix WordPress permalink 404 not found error. End up the following commands on Ubuntu server should be executed to make the permalink work.
sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
Categories: Hands-On