Merge "allow redirects in .htaccess files on the static web servers"

This commit is contained in:
Jenkins 2017-09-18 13:15:32 +00:00 committed by Gerrit Code Review
commit 44ea22891d
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
redirectmatch 301 ^/castellan/([^/]+)/usage.html$ ^/user/index.html
redirectmatch 301 ^/castellan/([^/]+)/testing.html$ ^/contributor/testing.html
redirectmatch 301 ^/castellan/([^/]+)/installation.html$ ^/install/index.html

View File

@ -64,6 +64,10 @@ htmlhelp_basename = '%sdoc' % project
# html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Add any paths that contain "extra" files, such as .htaccess or
# robots.txt.
html_extra_path = ['_extra']
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).