Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/78501
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/01/78501/1 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: newchange Gerrit-Change-Id: I105d8f1dfd4837b4fbaf4f0e2dc3c850870bce06 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aklapper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
