mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
FIX results action should also be redirected
This commit is contained in:
parent
e3c38ca57f
commit
4adb29c976
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user