Report this

What is the reason for this report?

404 not found after changing permalinks to post name in wordpress

Posted on August 18, 2014

Clean default wordpress installation, all fine, just when I change permalinks in wordpress settings to post name, the default wordpress post is given 404 not found. Any help would be appreciated.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Ok, found the solution,

<Directory /path/to/site>
     #add the following setting to allow .htaccess in your web dir to work
     AllowOverride All

     #other settings ---

</Directory>

and thats in the /etc/apache2/apache2.conf file

same her how to solve this problem

and mod_rewrite is enabled…

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.