forkbb/app/.htaccess
2020-06-04 15:00:33 +07:00

8 lines
137 B
ApacheConf

<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from All
</IfModule>