cfmgrv4/app/.htaccess
2024-10-08 15:11:33 +09:00

6 lines
117 B
ApacheConf

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