Skip to content

Commit f9871e1

Browse files
author
MB
committed
XAP.com
1 parent 88c398d commit f9871e1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
Fully covered subdomains:
3+
4+
- (www.)?
5+
- content
6+
7+
-->
8+
<ruleset name="XAP.com">
9+
10+
<target host="xap.com" />
11+
<target host="*.xap.com" />
12+
13+
14+
<rule from="^http://(content\.|www\.)?xap\.com/"
15+
to="https://$1xap.com/" />
16+
17+
</ruleset>

0 commit comments

Comments
 (0)