It is often the case that users receive 404 Page Not Found errors when the rewrite rules in the .htaccess file have been changed, or when a new theme has been activated. These two methods will solve this error.
Correct The Permalinks
- When logged in to WordPress, click "Settings", then "Permalinks". Copy and save the current structure.
- Click "Default".
- Click "Save Settings".
- Change the settings back to the previous configuration. Put the structure back in.
- Click "Save Settings".
Modify .htaccess
Using the guide in this knowledgebase article to find and open your .htaccess file, paste in this code to the top of the file.
# BEGIN WordPress |
If you continue to have problems such as the wrong domain name showing up in link, missing images or styles, or redirecting to another site, it may be the case that you have the wrong domain name configured in your WordPress blog.
Â