6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
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]
|