lenesvc/ProjetoMvc/master/application/.htaccess - Htaccess File

lenesvc/ProjetoMvc/master/application/.htaccess

<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

 RewriteEngine on
 
 Rewrite teCond % {REQUEST_FILENAME}! -f
 Rewrite teCond % {REQUEST_FILENAME}! -d
 
 Rewrite teRule .* index.php/$1 [PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache