mvc-base/.well-known/acme-challenge/.htaccess

16 lines
225 B
ApacheConf
Raw Normal View History

2024-09-09 20:07:44 +02:00
<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>