Files
www-medidate-org/cms/2lang/content/plugins/.htaccess
2025-02-28 08:45:43 +01:00

7 lines
134 B
ApacheConf

<IfModule authz_core_module>
Require all granted
</IfModule>
<IfModule !authz_core_module>
order deny,allow
allow from all
</IfModule>