jorgitodf/projeto_ci/master/.htaccess
<Ifmodule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|includes|robots.txt)
RewriteRule ^(.*)$ /projeto_ci/index.php/$1 [L]
</Ifmodule>
Files
