Hello everyone, I run my blog on WordPress, and I am having 404 not found error WordPress. I try various troubleshooting tips like checking passwords, log in again but there is nothing change, and I am getting the same problem over. Kindly help me to solve this error.
Fix 404 Not Found Error WordPress Manually
1. Login to WordPress with your address and password.
2. Navigate to Admin settings.
3. Move to downwards and search for .htaccess code which could be:
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
4. Copy the code and paste it to .htaccess file.