From 0a2592d00b9d230f78b69c5808cbca108af54967 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 16 Jun 2014 15:15:35 +0000 Subject: Bug 880669 - Extend current BzAPI BMO extension to contain compatibility changes on top of native rest r=glob --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index f6ea870c3..a901a444a 100644 --- a/.htaccess +++ b/.htaccess @@ -75,3 +75,4 @@ RewriteRule ^form[\.:]mobile[\.\-:]compat$ enter_bug.cgi?product=Tech+Evangelism 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] +RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE] -- cgit v1.2.3-24-g4f1b