Recently i installed one script and enabled the mod_rewrite. Now when i load the site its just keep refreshing without loading. If i disable rewrite, it works fine.
.htacess content
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
Than you