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 into Plesk. 2. Click on Domain name. 3. Click on WordPress Instance. 4. Now Click on... Read More
1. Login in Your Plesk Panel 2. Your Panel dashboard will Open. 3. Click on “WordPress” on the... 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
To install BoldGrid On an existing WordPress website, follow the steps given below: 1. Click on... Read More