-
Notifications
You must be signed in to change notification settings - Fork 0
/
ALDI.xml
22 lines (18 loc) · 917 Bytes
/
ALDI.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<ruleset name="Aldi - Germany">
<!-- Hosts: Southern Aldi Germany -->
<target host="www.aldisued.de" />
<target host="www.aldisüd.de" />
<target host="www.aldi-sued.de" />
<target host="www.aldi-süd.de" />
<!-- Hosts: Northern Aldi Germany -->
<target host="www.aldi-nord.de" />
<target host="www.aldinord.de" />
<!-- Rules: Southern Aldi Germany -->
<rule from="^http(s)?://(www\.)?\aldisued\.de/" to="https://www.aldi-sued.de/" />
<rule from="^http(s)?://(www\.)?\aldisüd\.de/" to="https://www.aldi-sued.de/" />
<rule from="^http(s)?://(www\.)?\aldi-süd\.de/" to="https://www.aldi-sued.de/" />
<rule from="^http://(www\.)?\aldi-sued\.de/" to="https://www.aldi-sued.de/" />
<!-- Rules: Northern Aldi Germany -->
<rule from="^http://(www\.)?\aldi-nord\.de/" to="https://www.aldi-nord.de/" />
<rule from="^http(s)?://(www\.)?\aldinord\.de/" to="https://www.aldi-nord.de/" />
</ruleset>