wordpress permalink issue
Hello Friends,
If you are facing issue with Wordpress Permalinks which gives 404 error in all blog with scustom settings like /%year%/%monthnum%/%postname%/
404 error appears on blog when using permalink structure: /index.php/%postname%/
Please check with following setting
login to your Wordpress >> setting >> permalink and check the Permalink Settings . if it is default you can use your custom Structure as per your requirement. once you save the setting you will get the new code for .htaccess at the bottom of page. You need to update the following code in your .htaccess file.
edit .htaccess and update the code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /callowtop/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
__________________
Regards,
Tukaram
System Admin
Host.co.in
|