t-r.de/content/misc/.htaccess
2025-09-19 09:45:29 +02:00

14 lines
363 B
ApacheConf

<Files *>
Require all denied
</Files>
<FilesMatch "((^$)|(^.+\.(html|php|js|css|png|jpg|svg|webp|gif|ico|pdf|otf|json|txt|xml|webmanifest)$))">
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>