FIX results action should also be redirected

This commit is contained in:
Franco Springveldt 2017-08-17 10:56:57 +12:00
parent e3c38ca57f
commit 4adb29c976
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ ErrorDocument 500 /assets/error-500.html
RewriteRule ^en/3\.[5-9]/(.*)?$ /en/3/$1 [R=301,L]
# Redirect old index links to the current version
RewriteRule ^en/all\/?$ /en/3/all [R=301,L]
RewriteRule ^en/(all|results)\/?$ /en/3/$1 [R=301,L]
# DokuWiki rewrite rules: Need to happen before other rules in order to redirect /doku.php?id=<pagename>
# to /pagename, which can then be matched by the legacy rewrite rules further down