summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorEmma Humphries <emceeaich@users.noreply.github.com>2018-03-15 18:26:34 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-15 18:26:34 +0100
commitffb13d2d20343c9f3279b95e3106159551eab559 (patch)
tree0bae682037667f93e38ed1ff560f112458b4b7de /.htaccess
parent51ac92ea47ae2ae43675e57185984f7fd57e07f1 (diff)
downloadbugzilla-ffb13d2d20343c9f3279b95e3106159551eab559.tar.gz
bugzilla-ffb13d2d20343c9f3279b95e3106159551eab559.tar.xz
Bug 1446042 - Please remove the IPC request form in Bugzilla
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e0a9a7dcc..36195da50 100644
--- a/.htaccess
+++ b/.htaccess
@@ -76,7 +76,7 @@ RewriteRule ^form[\.:]third[\.\-:]party$ enter_bug.cgi?product=Marketing&format=
RewriteRule ^form[\.:]fsa[\.:]budget$ enter_bug.cgi?product=FSA&format=fsa-budget [QSA]
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[\.:](ipc|IPC)$ enter_bug.cgi?product=Marketing&format=ipc [QSA]
+RewriteRule ^form[\.:](ipc|IPC)$ https://airtable.com/shrcMqgbj1H9gXRlp [R,L]
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 ^form[\.:]shield[\.:]studies$ enter_bug.cgi?product=Shield&format=shield-studies [QSA]