This commit is contained in:
Lilian Roller 2019-03-18 09:31:28 +01:00
parent 24aa6e3b3a
commit ad76261137
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -5,7 +5,7 @@
RewriteRule ^feed.xml https://c3woc.de/feed_blog.xml
### Redirect certain domains to ffbsee.net
RewriteCond %{HTTP_HOST} ^toolbox\.cyber\.yt [NC,OR]
RewriteCond %{HTTP_HOST} ^waffel\.cyber\.yt [NC,OR]
RewriteCond %{HTTP_HOST} ^www\.c3woc\.de [NC]
RewriteRule (.*) https://c3woc.de/$1 [R=301,L]
</IfModule>