Htaccess improved
This commit is contained in:
parent
0953b34491
commit
0533e2fbac
1 changed files with 3 additions and 2 deletions
|
@ -8,10 +8,11 @@
|
||||||
RewriteRule ^hunger https://c3woc.de/#tourdaten
|
RewriteRule ^hunger https://c3woc.de/#tourdaten
|
||||||
RewriteRule ^rezepte https://c3woc.de/rezept
|
RewriteRule ^rezepte https://c3woc.de/rezept
|
||||||
|
|
||||||
### Redirect certain domains to ffbsee.net
|
### Redirect certain domains to c3woc.org
|
||||||
RewriteCond %{HTTP_HOST} ^waffel\.cyber\.yt [NC,OR]
|
RewriteCond %{HTTP_HOST} ^waffel\.cyber\.yt [NC,OR]
|
||||||
RewriteCond %{HTTP_HOST} ^www\.c3woc\.de [NC]
|
RewriteCond %{HTTP_HOST} ^www\.c3woc\.de [NC]
|
||||||
RewriteRule (.*) https://c3woc.de/$1 [R=301,L]
|
RewriteCond %{HTTP_HOST} ^angel\.systems [NC]
|
||||||
|
RewriteRule (.*) https://c3woc.org/$1 [R=302,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# COMPRESSION WITH MOD_DEFLATE
|
# COMPRESSION WITH MOD_DEFLATE
|
||||||
|
|
Loading…
Reference in a new issue