jorgitodf/projeto_ci/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache