Skip to content

Commit 54460c2

Browse files
author
MB
committed
Jacobin Mag.com
1 parent d3bfc83 commit 54460c2

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Problematic subdomains:
3+
4+
- store *
5+
6+
* 404
7+
8+
9+
These altnames don't exist:
10+
11+
- www.auth.jacobinmag.com
12+
13+
-->
14+
<ruleset name="Jacobin Mag.com">
15+
16+
<target host="jacobinmag.com" />
17+
<target host="*.jacobinmag.com" />
18+
19+
20+
<rule from="^http://(auth\.|www\.)?jacobinmag\.com/"
21+
to="https://$1jacobinmag.com/" />
22+
23+
<!-- Redirect drops path but not args:
24+
-->
25+
<rule from="^http://store\.jacobinmag\.com/[^?]*"
26+
to="https://jacobinmag.com/subscribe/" />
27+
28+
</ruleset>

0 commit comments

Comments
 (0)