-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy path.htaccess
28 lines (23 loc) · 1.22 KB
/
.htaccess
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
# Force trailing slash
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
</IfModule>
# Redirections
Redirect permanent /phpBB3 https://root-forum.cern.ch
Redirect permanent /get_started /learn
Redirect permanent /documentation /learn
Redirect permanent /news /blog
Redirect permanent /downloading-root https://root.cern/install
Redirect permanent /drupal/content/reference-guide https://root.cern/doc/master/
Redirect permanent /drupal/content/users-guide https://root.cern/manual/
Redirect permanent /guides/reference-guide/ https://root.cern/doc/master/
Redirect permanent /root-user-guides-and-manuals/ https://root.cern/get_started/
RedirectMatch 301 ^/root/htmldoc/T(.*)\.html$ https://root.cern/doc/master/classT$1.html
RedirectMatch 301 ^/root/htmldoc/T([^.]*)$ https://root.cern/doc/doc/master/classT$1.html
RedirectMatch 301 ^/root/htmldoc/Roo(.*)\.html$ https://root.cern/doc/master/classRoo$1.html
RedirectMatch 301 ^/root/htmldoc/Roo([^.]*)$ https://root.cern/doc/master/classRoo$1.html
RedirectMatch 301 ^/root/html/ https://root.cern/doc/master/
RedirectMatch 301 ^/js/dev/glexamples.htm$ https://root.cern/js/dev/examples.htm?geom
# 404 page
ErrorDocument 404 /404.html