aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_www_rewrite.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 14:58:03 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 14:58:03 +0000
commit0af0ba047844a802afcbed8aab2cb5df130e156e (patch)
tree32a3525dba44ca9c940a62052372498bf18f591e /deployment/websites/templates/vhost_www_rewrite.conf
parent54f432cfe5483fc38bda45907970b0e46685192d (diff)
downloadpuppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar.gz
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar.bz2
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.tar.xz
puppet-0af0ba047844a802afcbed8aab2cb5df130e156e.zip
websites: rewrite pipermail URLs
Diffstat (limited to 'deployment/websites/templates/vhost_www_rewrite.conf')
-rw-r--r--deployment/websites/templates/vhost_www_rewrite.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/deployment/websites/templates/vhost_www_rewrite.conf b/deployment/websites/templates/vhost_www_rewrite.conf
index 76a6f022..f1fa607e 100644
--- a/deployment/websites/templates/vhost_www_rewrite.conf
+++ b/deployment/websites/templates/vhost_www_rewrite.conf
@@ -9,3 +9,14 @@ RewriteRule ^/mailman/listinfo/mageia-marketing https://ml.mageia.org/l/info/ate
RewriteRule ^/mailman/listinfo/mageia-sysadm https://ml.mageia.org/l/info/sysadmin-discuss [R=301,L]
RewriteRule ^/mailman/listinfo/mageia-webteam https://ml.mageia.org/l/info/atelier-discuss [R=301,L]
RewriteRule ^/mailman https://ml.mageia.org/ [R=301,L]
+
+RewriteRule ^/pipermail/mageia-announce/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-announce/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-artwork/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-artwork/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-bugsquad/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-bugsquad/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-dev/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-dev/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-discuss/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-discuss/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-i18n/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-i18n/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-marketing/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-marketing/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-sysadm/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-sysadm/$1 [R=301,L]
+RewriteRule ^/pipermail/mageia-webteam/?(.*)$ http://archives.mageia.org/zarb-ml/mageia-webteam/$1 [R=301,L]
+RewriteRule ^/pipermail http://archives.mageia.org/zarb-ml/ [R=301,L]