vhost/writable/.htaccess
2024-05-07 13:20:45 +09:00

7 lines
124 B
ApacheConf

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