aboixel/codeIgniter-aboixel/master/application/.htaccess - Htaccess File

aboixel/codeIgniter-aboixel/master/application/.htaccess

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

#   Empêche la visualisation de l'arborescence, n'a rien à voir avec le masquage du « index.php ».
Options -Indexes

RewriteEngine On
RewriteBase /codeIgniter/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache