mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Merge pull request #42 from nfauchelle/patch-1
Adjust condition for checking the framework url
This commit is contained in:
commit
368f591b77
@ -18,7 +18,7 @@
|
||||
RewriteRule ^sapphire/?(.*) http://doc.silverstripe.org/framework/$1 [R=301,L]
|
||||
|
||||
#Rewrite framework to the new base url
|
||||
RewriteCond %{REQUEST_URI} ^framework/en/
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user