#RewriteEngine On #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_URI} !/assets #RewriteRule ^(.*)$ index.php/$1 [L]