1. Login to wp-admin
2. 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.
Login to your server using FTP, and modify the .htaccess file which is located in the same location where folders like /wp-content/ and /wp-includes/ are located. And manually add this code in your .htaccess file:
|
1 2 3 4 5 6 7 8 9 10 |
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress |
If you are not able to update/upgrade your WordPress and plugins to a newer version without... Read More
1. Login into Gen X Web Hosting Client Area and click on Services. 2. Click on your WP... Read More
The WordPress backup plugin by BoldGrid is an automated backup solution that allows you to... Read More
Are you a WordPress beginner who is wondering what is managed WordPress hosting? In this article,... Read More
Migrating your old WordPress site to WP Canvas You can migrate your WordPress website to WP... Read More