cfmgrv4/app/.htaccess
2024-10-07 21:59:40 +09:00

6 lines
117 B
ApacheConf

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