diff options
author | Dylan William Hardison [:dylan] <dylan@mozilla.com> | 2014-05-13 08:30:21 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-13 08:30:21 +0200 |
commit | 46dc79df7519dac7600399f21f79ba4a9f6cf21d (patch) | |
tree | ac0b2479f8d7aa29a22252addba12c59f3034de8 /.htaccess | |
parent | 5a297941da4c9fca99371fae77689ad5cb798012 (diff) | |
download | bugzilla-46dc79df7519dac7600399f21f79ba4a9f6cf21d.tar.gz bugzilla-46dc79df7519dac7600399f21f79ba4a9f6cf21d.tar.xz |
Bug 995000: Please create an Automation Request Form in Bugzilla
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,4 +73,5 @@ RewriteRule ^form[\.:]user[\.\-:]engagement$ enter_bug.cgi?product=Marketing&for RewriteRule ^form[\.:]dev[\.\-:]engagement[\.\-\:]event$ enter_bug.cgi?product=Developer+Engagement&format=dev-engagement-event RewriteRule ^form[\.:]mobile[\.\-:]compat$ enter_bug.cgi?product=Tech+Evangelism&format=mobile-compat RewriteRule ^form[\.:]web[\.:]bounty$ enter_bug.cgi?product=mozilla.org&format=web-bounty +RewriteRule ^form[\.:]automative$ enter_bug.cgi?product=Testing&format=automative RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE] |