.well-known entfernt

This commit is contained in:
Klaas Börgmann 2024-09-09 20:11:40 +02:00
parent c7df6da906
commit 9720cf7371
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<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>