created file

This commit is contained in:
eclipse 2025-03-19 13:41:31 +01:00
parent 900f1f0a63
commit 3b7049a4aa

12
.htaccess Normal file
View File

@ -0,0 +1,12 @@
<Files *>
Require all denied
</Files>
<FilesMatch "((^$)|(^.+\.(html|php|js|css|png|jpg|svg|webp|gif|ico|pdf|otf|json|txt|xml)$))">
Require all granted
</FilesMatch>
<FilesMatch "\.otf$">
Header set Access-Control-Allow-Origin 'https://tobias-radloff.de'
Header set Access-Control-Allow-Origin 'https://www.tobias-radloff.de'
</FilesMatch>