This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathGriffith-University.xml
More file actions
54 lines (39 loc) · 1.41 KB
/
Griffith-University.xml
File metadata and controls
54 lines (39 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<ruleset name="Griffith University">
<target host="griffith.edu.au" />
<target host="www.griffith.edu.au" />
<target host="ias.griffith.edu.au" />
<target host="learning.griffith.edu.au" />
<target host="intranet.secure.griffith.edu.au" />
<target host="learning.secure.griffith.edu.au" />
<target host="portal.secure.griffith.edu.au" />
<target host="www3.secure.griffith.edu.au" />
<target host="intranet.griffith.edu.au" />
<target host="www3.griffith.edu.au" />
<securecookie host="^www3\.secure\.griffith\.edu\.au$" name=".+" />
<!-- Cert only matches www. -->
<rule from="^http://griffith\.edu\.au/"
to="https://www.griffith.edu.au/" />
<!--
These paths redirect to www:
- $
- homepage2/events-image?eventID=
- homepage2/news-image?eventID=
- students$
These paths don't:
- __data/
- intranet
These paths 404:
- search
-->
<rule from="^http://www\.griffith\.edu\.au/(__data/|intranet)"
to="https://www.griffith.edu.au/$1" />
<rule from="^http://(ias|learning|(?:intranet|learning|portal|www3)\.secure)\.griffith\.edu\.au/"
to="https://$1.griffith.edu.au/" />
<!-- Cert only matches intranet.secure -->
<rule from="^http://intranet\.griffith\.edu\.au/"
to="https://intranet.secure.griffith.edu.au/" />
<!-- At least /$ throws 500.
-->
<rule from="^http://www3\.griffith\.edu\.au/(03/ertiki|schema)/"
to="https://www3.secure.griffith.edu.au/$1/" />
</ruleset>