WordPress All Pages Not Found - Error 404
Just after I tranferred Jacez.com to my addon domain, my blogs occurred a problem in loading WordPress pages. All the pages or single post of K-Director.com could not be shown properly. Instead of displaying K-Director.com’s 404 Not Found page, the page was replaced by Hostgator’s Error 404 page.

Factor of WordPress Pages Not Found - Error 404
- RewriteEngine on in the .htaccess file of site was missing
2 Solutions
(A)
- Add RewriteEngine on in the .htaccess file.
If you do not have any idea to add RewriteEngine on in the .htaccess file, try second solution.
(B)
- Login to WordPress WP-Admin.
- Go to “Options - Permalinks”.
- Set permalinks structure to default then update permalinks structure.
- Refresh your page.
- Clear cache if you have wp-cache activated.
- Customize your preferable permalinks and update permalinks structure.
- Done
Basically solution (B) is easier to execute. What you need to do is just reset permalink structure to default and then customize it back.
Whenever intend to edit WP file(s), backup first. ![]()




