whisper.cat/weboasis/tv/.htaccess

12 lines
354 B
ApacheConf
Raw Permalink Normal View History

2023-10-05 23:28:32 +11:00
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]