Currently I can access my url in this way.
xxxxxx.com/index.php/login  But I want to make it to
xxxxxx.com/login  So I used the following rewrite sequence
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$0 [PT,L]  But xxxxxx.com/login is giving me 404 Not found.
rewrite.load is present in mods-enabled/