Skip to content

Commit 88c398d

Browse files
author
MB
committed
Toogl.com
1 parent b866981 commit 88c398d

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+
Nonfunctional subdomains:
3+
4+
- blog ¹
5+
- jobs ²
6+
- support ¹
7+
8+
¹ Dropped
9+
² Redirects to http
10+
11+
12+
Fully covered subdomains:
13+
14+
- (www.)?
15+
- quiz
16+
17+
-->
18+
<ruleset name="Toogl.com (partial)">
19+
20+
<target host="toogl.com" />
21+
<target host="*.toogl.com" />
22+
<!--
23+
Redirects to http:
24+
-->
25+
<!--exclusion pattern="^http://jobs\.toogl\.com/($|favicon\.ico|images/|stylesheets/)" /-->
26+
27+
28+
<rule from="^http://(quiz\.|www\.)?toogl\.com/"
29+
to="https://$1toogl.com/" />
30+
31+
</ruleset>

0 commit comments

Comments
 (0)