From c6d70b94e1c42bd74bc534b6b0f2da9f9d7dc9cc Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Thu, 22 Jan 2015 09:31:35 +1300 Subject: [PATCH] FIX to installation redirect --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index d6f5058..0c96877 100644 --- a/.htaccess +++ b/.htaccess @@ -53,7 +53,7 @@ RewriteRule ^(.*)/howto/navigation-menu$ /$1/developer_guides/templates/how_tos/navigation_menus [R=301,L] RewriteRule ^(.*)/howto/pagination$ /$1/developer_guides/templates/how_tos/pagination [R=301,L] RewriteRule ^(.*)/howto/simple-contact-form$ /$1/developer_guides/forms/how_tos/simple_contact_form [R=301,L] - RewriteRule ^(.*)/installation$ /$1/getting_started/installation [R=301,L] + RewriteRule ^([a-z]{2})/installation/?$ /$1/getting_started/installation [R=301,L] RewriteRule ^(.*)/installation/common-problems$ /$1/getting_started/installation/common_problems [R=301,L] RewriteRule ^(.*)/installation/composer$ /$1/getting_started/composer [R=301,L] RewriteRule ^(.*)/installation/from-source$ /$1/getting_started/installation [R=301,L]