Skip to content

Commit db189b1

Browse files
committed
Merge pull request EFForg#2958 from anand-bhat/IRCTC.co.in
Create IRCTC.co.in.xml
2 parents 4a36ae9 + d210008 commit db189b1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<ruleset name="IRCTC.co.in">
2+
3+
<!-- Direct rewrites:
4+
-->
5+
<target host="irctc.co.in" />
6+
<target host="www.ecatering.irctc.co.in" />
7+
<target host="www.irctc.co.in" />
8+
<target host="www.services.irctc.co.in" />
9+
10+
<!-- Complications:
11+
-->
12+
<target host="ecatering.irctc.co.in" />
13+
<target host="services.irctc.co.in" />
14+
15+
16+
<rule from="^http://(ecatering|services)\.irctc\.co\.in/"
17+
to="https://www.$1.irctc.co.in/" />
18+
19+
<rule from="^http:"
20+
to="https:" />
21+
22+
</ruleset>

0 commit comments

Comments
 (0)