Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Address review comment: update redirects.
- Loading branch information
Showing
with
2 additions
and
6 deletions.
-
+2
−6
etc/httpd/global.conf
|
@@ -846,12 +846,8 @@ RewriteRule ^/contribute\.json$ /b/contribute.json [PT] |
|
|
# bug 876810 |
|
|
RewriteRule ^/hacking/commit-access-policy/$ /about/governance/policies/commit/access-policy/ [L,R=301] |
|
|
RewriteRule ^/hacking/committer/$ /about/governance/policies/commit/ [L,R=301] |
|
|
RewriteRule ^/hacking/committer/faq.html$ /about/governance/policies/commit/faq/ [L,R=301] |
|
|
RewriteRule ^/hacking/notification/$ /about/governance/policies/commit/notification/ [L,R=301] |
|
|
RewriteRule ^/hacking/committer/committers-agreement.odt$ https://static.mozilla.com/foundation/documents/commit-access/committers-agreement.odt [L,R=301] |
|
|
RewriteRule ^/hacking/committer/committers-agreement.pdf$ https://static.mozilla.com/foundation/documents/commit-access/committers-agreement.pdf [L,R=301] |
|
|
RewriteRule ^/hacking/committer/committers-agreement.txt$ https://static.mozilla.com/foundation/documents/commit-access/committers-agreement.txt [L,R=301] |
|
|
RewriteRule ^/hacking/notification/acceptance-email.txt$ https://static.mozilla.com/foundation/documents/commit-access/acceptance-email.txt [L,R=301] |
|
|
RewriteRule ^/hacking/committer/faq.html$ /about/governance/policies/commit/ [L,R=301] |
|
|
RewriteRule ^/hacking/notification/$ /about/governance/policies/commit/ [L,R=301] |
|
|
|
|
|
# bug 1071959 |
|
|
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/independent(/?.*)$ /b/$1firefox/independent$2 [PT] |
|
|