whisper.cat stuff

This commit is contained in:
[Harper Innes]
2023-10-05 23:28:32 +11:00
parent 2a6e28637c
commit f127b4fea8
5224 changed files with 919361 additions and 0 deletions

12
weboasis/tv/.htaccess Normal file
View File

@ -0,0 +1,12 @@
Options +FollowSymLinks
Options All -Indexes
ErrorDocument 403 https://weboas.is/403.html
ErrorDocument 404 https://weboas.is/404.html
<Files .htaccess>
order allow,deny
deny from all
</Files>
RewriteEngine On
RewriteCond %{HTTPS} =on [OR]
RewriteCond %{HTTP_HOST} !^streamwat\.ch$
RewriteRule ^(.*)$ "http://streamwat.ch/$1" [R=301,L]