Remove index.php from URL |
Just add .htaccess in the root with this code:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$0 [PT,L] ![]() ![]() |
Welcome Guest, Not a member yet? Register Sign In |