download the .htaccess file and open it with notepad and check what’s in there. the default entry as follows
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /jaffnacity/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /jaffnacity/index.php [L]
</IfModule>
the jaffnacity is my site name. so you will have yours. Don’t copy and paste this information to your .htaccess file.