summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-10-13 23:38:24 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-10-13 23:38:45 +0200
commit41e58e2f043162806bfb9fd3723a5391c9599de2 (patch)
tree1dc256d3e836c52472b38ae06623ef19d5be98f6 /.htaccess
parent2f5045ad5b20492db98f7666429053d2a9276266 (diff)
downloadbugzilla-41e58e2f043162806bfb9fd3723a5391c9599de2.tar.gz
bugzilla-41e58e2f043162806bfb9fd3723a5391c9599de2.tar.xz
Bug 1080554: Create custom entry form for submissions to Mozilla Communities newsletter
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index c392c4653..21ce60169 100644
--- a/.htaccess
+++ b/.htaccess
@@ -76,5 +76,6 @@ RewriteRule ^form[\.:]web[\.:]bounty$ enter_bug.cgi?product=mozilla.org&format=w
RewriteRule ^form[\.:]automative$ enter_bug.cgi?product=Testing&format=automative
RewriteRule ^form[\.:]fxos[\.\-:]preload[\.\-:]app$ enter_bug.cgi?product=Marketplace&format=fxos-preload-app
RewriteRule ^form[\.:]fxos[\.\-:]mcts[\.\-:]waiver$ enter_bug.cgi?product=Firefox+OS&format=fxos-mcts-waiver
+RewriteRule ^form[\.:]comm[\.:]newsletter$ enter_bug.cgi?product=Marketing&format=comm-newsletter
RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE]