Skip to content

Commit 15a2a27

Browse files
author
MB
committed
Sick.com
1 parent ab8d67c commit 15a2a27

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!--
2+
www: Some paths redirect to http.
3+
4+
-->
5+
<ruleset name="Sick.com (partial)">
6+
7+
<target host="sick.com" />
8+
<target host="www.sick.com" />
9+
10+
<!-- Redirects to http:
11+
-->
12+
<!--exclusion pattern="^http://www\.sick\.com/(favicon.ico|group/EN/home/Pages/homepage1\.aspx|WebResource\.axd)" /-->
13+
<!--
14+
Exceptions:
15+
-->
16+
<exclusion pattern="^http://www\.sick\.com/(?!media/pdf/)" />
17+
18+
<!-- +ve:
19+
-->
20+
<test url="http://www.sick.com/group/EN/home/Pages/homepage1.aspx" />
21+
<test url="http://www.sick.com/WebResource.axd" />
22+
23+
<!-- -ve:
24+
-->
25+
<test url="http://www.sick.com/media/pdf/7/77/277/IM0047277.PDF" />
26+
27+
28+
<rule from="^http:"
29+
to="https:" />
30+
31+
</ruleset>

0 commit comments

Comments
 (0)