Sixth pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:44:21 +10:00
parent 9797a6824a
commit fc289f2258
42 changed files with 31068 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin "https://www.slowtwitch.com"
RewriteEngine On
RewriteCond %{HTTP_HOST} calendar.slowtwitch.com [NC]
RewriteRule ^(.*)$ https://www.slowtwitch.com/calendar$1 [R=301,L]