Add redirects, update ip block list
This commit is contained in:
+9
-1
@@ -2,9 +2,9 @@ Order Deny,Allow
|
|||||||
Deny from 195.66.157.234
|
Deny from 195.66.157.234
|
||||||
Deny from 148.251.50.77
|
Deny from 148.251.50.77
|
||||||
Deny from 46.4.83.150
|
Deny from 46.4.83.150
|
||||||
|
Deny from 46.245.132.179
|
||||||
|
|
||||||
SetEnv TYPO3_CONTEXT "Production"
|
SetEnv TYPO3_CONTEXT "Production"
|
||||||
#SetEnv TYPO3_CONTEXT "Development"
|
|
||||||
|
|
||||||
<FilesMatch "\.js\.gzip$">
|
<FilesMatch "\.js\.gzip$">
|
||||||
AddType "text/javascript" .gzip
|
AddType "text/javascript" .gzip
|
||||||
@@ -2855,6 +2855,14 @@ AddDefaultCharset utf-8
|
|||||||
RewriteRule (.*) https://www.ep-reisen.de/PA0086 [R=301,L]
|
RewriteRule (.*) https://www.ep-reisen.de/PA0086 [R=301,L]
|
||||||
# End redirect mb sports subdomains
|
# End redirect mb sports subdomains
|
||||||
|
|
||||||
|
# Begin redirect old subdomains
|
||||||
|
RewriteCond %{HTTP_HOST} ^snowzone\.ep\-reisen\.de
|
||||||
|
RewriteRule (.*) https://www.snowzone.net/$1 [R=301,L]
|
||||||
|
RewriteCond %{HTTP_HOST} ^event\.ep\-reisen\.de
|
||||||
|
RewriteRule (.*) https://www.ep-events.de/$1 [R=301,L]
|
||||||
|
RewriteCond %{HTTP_HOST} ^skimax\.ep\-reisen\.de
|
||||||
|
RewriteRule (.*) https://schnee-event.ep-reisen.de/$1 [R=301,L]
|
||||||
|
# End redirect old subdomains
|
||||||
|
|
||||||
# Begin redirect catchall subdomains
|
# Begin redirect catchall subdomains
|
||||||
RewriteCond %{HTTP_HOST} !^www\.ep\-events\.de
|
RewriteCond %{HTTP_HOST} !^www\.ep\-events\.de
|
||||||
|
|||||||
Reference in New Issue
Block a user