vhost/writable/.htaccess
2024-05-06 14:32:40 +09:00

7 lines
124 B
ApacheConf

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