From 806f97062f7b45516d7b564b5f943d7353cbd946 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 12 Aug 2016 20:59:31 -0400 Subject: Re-applying Bug 1292907 to test staging weirdness. --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 5e874fa1a..51457a387 100644 --- a/.htaccess +++ b/.htaccess @@ -88,6 +88,7 @@ RewriteRule ^form[\.:]fsa[\.:]budget$ enter_bug.cgi?product=FSA&format=fsa-budge RewriteRule ^form[\.:]triage[\.\-]request$ page.cgi?id=triage_request.html [QSA] RewriteRule ^form[\.:](crm|CRM)$ enter_bug.cgi?product=Marketing&format=crm [QSA] RewriteRule ^form[\.:]nda$ enter_bug.cgi?product=Legal&format=nda [QSA] +RewriteRule ^form[\.:]name[\.:]clearance$ enter_bug.cgi?product=Legal&format=name-clearance [QSA] RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE] RewriteRule ^(?:latest|1\.2|1\.3)/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE] RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE] -- cgit v1.2.3-24-g4f1b