Adjust condition for checking the framework url

Allow an optional / at the start of the check as different apache versions seem to have different opinions on it
This commit is contained in:
Nick 2015-01-21 13:39:41 +13:00
parent 9e1821acbc
commit f73f86064f
1 changed files with 1 additions and 1 deletions

View File

@ -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>