diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-07-03 07:28:33 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-07-14 18:29:40 +0200 |
commit | f7e326aa8d8a30eebb0156223a9e554bffc0f5ac (patch) | |
tree | fba5ceb7d3ff9b69b16e48ebfeb56a08ca6f60c9 /.htaccess | |
parent | 3365665c903b95ed354b269d63d312a27d89fce7 (diff) | |
download | bugzilla-f7e326aa8d8a30eebb0156223a9e554bffc0f5ac.tar.gz bugzilla-f7e326aa8d8a30eebb0156223a9e554bffc0f5ac.tar.xz |
Bug 1028269 - Firefox OS Pre-load App Info Request Form
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,5 +74,6 @@ RewriteRule ^form[\.:]dev[\.\-:]engagement[\.\-\:]event$ enter_bug.cgi?product=D 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 ^form[\.:]fxos[\.\-:]preload[\.\-:]app$ enter_bug.cgi?product=Marketplace&format=fxos-preload-app RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE] RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE] |