I have created a wordpress blog omkarchemicals.com/blog.I have given peramlink as post name.but after save this setting wordpress atomaticaly log outand blog give me a error that redirect loop.my .htaccess is blank.
Put this code to your .htaccess file: # 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 Code (markup):