abbeshamza/TestCodeception/master/src/.htaccess - Htaccess File

abbeshamza/TestCodeception/master/src/.htaccess

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache