Tagged Questions
1
vote
2answers
232 views
.htaccess remove index.php/url/ from URL
.htaccess is not working.
/index.php/user -- is working
http://www.example.com/user is not working
Current .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...