From 91811dd66b65ddf75a6280c76f6b20f01f951fcf Mon Sep 17 00:00:00 2001 From: pascalc Date: Tue, 6 May 2014 15:58:24 +0200 Subject: [PATCH] Bug 892470: redirect all locales for plugincheck to bedrock --- etc/httpd/global.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/httpd/global.conf b/etc/httpd/global.conf index ee32e68bfa..14624b9c9b 100644 --- a/etc/httpd/global.conf +++ b/etc/httpd/global.conf @@ -105,7 +105,7 @@ RewriteRule ^(.*)index\.html$ $1 [L,R=301] ## Redirect things to django! # bug 797192, 892470 -RewriteRule ^/(en-US|af|ak|an|ar|as|ast|be|bg|bn-IN|br|ca|cs|csb|cy|da|de|el|en-GB|eo|es-AR|es-CL|es-ES|es-MX|et|eu|fa|ff|fi|fr|fy-NL|ga-IE|gd|gl|he|hi-IN|hr|hsb|hu|hy-AM|id|is|it|ja|ka|kk|km|ko|ku|lt|lv|mai|mk|ml|mr|ms|my|nb-NO|nl|nn-NO|nso|oc|pa-IN|pl|pt-BR|pt-PT|rm|ro|ru|sk|sl|son|sq|sr|sv-SE|sw|ta|ta-LK|te|th|tr|uk|ur|vi|wo|xh|zh-CN|zh-TW)/plugincheck(/?)$ /b/$1/plugincheck$2 [PT] +RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?plugincheck(/?)$ /b/$1/plugincheck$2 [PT] # bug 925551 RewriteRule ^/en-US/plugincheck/more_info.html$ /plugincheck/ [L,R=301]