-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Expand file tree
/
Copy path_redirects
More file actions
18 lines (13 loc) · 942 Bytes
/
_redirects
File metadata and controls
18 lines (13 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Redirect rules
# Docs: https://www.netlify.com/docs/redirects/
# Redirect http to https (avoid one extra hop with an explicit rule for /en/latest/)
http://docs.python-guide.org/en/latest/* https://docs.python-guide.org/:splat 301!
http://docs.python-guide.org/* https://docs.python-guide.org/:splat 301!
# Redirect RTD prefix to /
/en/latest/* /:splat 301!
# Redirect domain aliases to primary domain
http://python-guide.org/* http://docs.python-guide.org/:splat 301!
https://python-guide.org/* https://docs.python-guide.org/:splat 301!
# Redirect Netlify version to primary domain
https://python-guide.netlify.com/* https://docs.python-guide.org/:splat 301!
/guide-book https://realpython.com/asins/1491933178/ 302