summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-08-13 02:59:31 +0200
committerDylan William Hardison <dylan@hardison.net>2016-08-13 02:59:31 +0200
commit806f97062f7b45516d7b564b5f943d7353cbd946 (patch)
tree147682d900db5be4834f9bc8b5a4af6eeff8a2d5 /.htaccess
parentae24301210daff35e5fc93313d8d4c13890fa0df (diff)
downloadbugzilla-806f97062f7b45516d7b564b5f943d7353cbd946.tar.gz
bugzilla-806f97062f7b45516d7b564b5f943d7353cbd946.tar.xz
Re-applying Bug 1292907 to test staging weirdness.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
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]