Dzahn has submitted this change and it was merged.

Change subject: Add RewriteRule for Bugzilla, page.cgi?id=fields.html to 
https://www.mediawiki.org/wiki/Bugzilla/Fields
......................................................................


Add RewriteRule for Bugzilla, page.cgi?id=fields.html to
https://www.mediawiki.org/wiki/Bugzilla/Fields

Bug: 42524
Change-Id: I105d8f1dfd4837b4fbaf4f0e2dc3c850870bce06
---
M files/apache/sites/bugzilla.wikimedia.org
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/files/apache/sites/bugzilla.wikimedia.org 
b/files/apache/sites/bugzilla.wikimedia.org
index be45a6c..5bf88db 100644
--- a/files/apache/sites/bugzilla.wikimedia.org
+++ b/files/apache/sites/bugzilla.wikimedia.org
@@ -113,6 +113,9 @@
 RewriteCond %{QUERY_STRING} ^(id=bug-writing.html)$
 RewriteRule /page\.cgi$ https://www.mediawiki.org/wiki/How_to_report_a_bug? 
[R=303]
 
+RewriteCond %{QUERY_STRING} ^(id=fields.html)$
+RewriteRule /page\.cgi$ https://www.mediawiki.org/wiki/Bugzilla/Fields? [R=303]
+
 </VirtualHost>
 
 <VirtualHost *:80>

-- 
To view, visit https://gerrit.wikimedia.org/r/78501
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I105d8f1dfd4837b4fbaf4f0e2dc3c850870bce06
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to