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
Login into WordPress.You will now need to install and activate the WP Mail SMTP plugin. Upon... 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
Are you a WordPress beginner who is wondering what is managed WordPress hosting? In this article,... Read More