PDA

View Full Version : how to fix 404 not found error in wordpress?



christinebreese
07-12-2017, 07:11 AM
how to fix 404 not found error in wordpress?

ajay49560
07-12-2017, 08:18 AM
Modify .htaccess. You need to edit the .htaccess file (and add a snippet of code at the top) which can be done in a number of ways.
Correct the Permalinks Structure. You can also fix the '404 Not Found' error by correcting the permalinks of your WordPress site.

neelseofast
07-13-2017, 01:12 AM
Go to Settings » Permalinks, and simply click on Save Changes button. This will update your permalinks settings and flush rewrite rules. In most cases this solution fixes the WordPress posts 404 error. However, if it does not work for you, then you probably need to update your .htaccess file manually.

nancy07
07-13-2017, 02:08 AM
Given below are two options you can use to fix this issue:

1. Modify .htaccess. You need to edit the .htaccess file (and add a snippet of code at the top) which can be done in a number of ways

2. Correct the Permalinks Structure. You can also fix the '404 Not Found' error by correcting the permalinks of your WordPress site.