| Current Path : /home/digilove/.trash/installation/tmp/ |
| Current File : //home/digilove/.trash/installation/tmp/.htaccess |
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
<RequireAll>
Require all denied
</RequireAll>
</IfModule>