<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
https://domain.com/default/index
The requested URL /index.php/default/index was not found on this server.
It looks like you're new here. If you want to get involved, click one of these buttons!