Hi Dheeraj Kumar,
Thanks for responding to my question.
I already have this in my .htaccess file
RewriteEngine on
# 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
Please do I replace everything with what you gave or should i add it, if I am to add it, where should I put it, thanks.