Hello Shane,
Thanks for the prompt reply.
My htaccess has the following
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Do I overwrite this with the one you gave or just add yours to this? How do I change my permalinks without logging in to the admin page? Even my admin page (abhishekscariya.com/wp-login.php) doesn’t open ??
Thanks,
Abhishek