.htaccess is not working.
http://www.example.com/index.php/user -- is working
http://www.example.com/user --- is not working
the following file is my .htaccess file.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]