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 |
1. Login in Your Plesk Panel 2. Your Panel dashboard will Open. 3. Click on “WordPress” on the... Read More
1. Login into Plesk. 2. Click on Domain name. 3. Click on WordPress Instance. 4. Now Click on... Read More
The WordPress backup plugin by BoldGrid is an automated backup solution that allows you to... Read More
To install BoldGrid On an existing WordPress website, follow the steps given below: 1. Click on... Read More
1. Login into Gen X Web Hosting Client Area and click on Services. 2. Click on your WP... Read More