mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Rewrite to redirect the old framework url to new link structure
This commit is contained in:
parent
0554df39f2
commit
9e1821acbc
@ -16,6 +16,10 @@
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_URI} !^framework/main\.php
|
||||
RewriteRule ^sapphire/?(.*) http://doc.silverstripe.org/framework/$1 [R=301,L]
|
||||
|
||||
#Rewrite framework to the new base url
|
||||
RewriteCond %{REQUEST_URI} ^framework/en/
|
||||
RewriteRule ^framework/en/(.*)$ /en/$1 [R=301,NC,QSA,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…
x
Reference in New Issue
Block a user