Appzia_website_design/system/.htaccess

6 lines
117 B
ApacheConf
Raw Permalink Normal View History

2024-03-08 12:18:06 +00:00
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>