Files
awo-hamburg-intranet/.well-known/acme-challenge/.htaccess
2026-02-17 14:56:23 +01:00

16 lines
240 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
# Require all granted
Satisfy Any
Order Deny,Allow
Allow from all
<FilesMatch "^\.">
# Require all denied
Order Allow,Deny
Deny from all
</FilesMatch>