From 4aa73f62ed3a16cff7167b5f6c67695931190cfb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 24 Apr 2017 23:09:26 +0000 Subject: [PATCH] add releases redirect for bind-dyndb-ldap. ticket 5846 --- files/httpd/fedorahosted-redirects.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index 268af2087c..b209629edd 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -182,6 +182,8 @@ RewriteRule ^/bind-dyndb-ldap/report https://pagure.io/bind-dyndb-ldap/issues [R RewriteRule ^/bind-dyndb-ldap/ticket/(.*) https://pagure.io/bind-dyndb-ldap/issue/$1 [R=301] RewriteRule ^/bind-dyndb-ldap/changeset/(.*) https://pagure.io/bind-dyndb-ldap/c/$1 [R=301] RewriteRule ^/bind-dyndb-ldap https://pagure.io/bind-dyndb-ldap [R=301] +RewriteRule ^/released/bind-dyndb-ldap/(.*) https://releases.pagure.io/bind-dyndb-ldap [R=301] +RewriteRule ^/released/bind-dyndb-ldap https://releases.pagure.io/bind-dyndb-ldap [R=301] RewriteRule ^/released/ding-libs/(.*) https://releases.pagure.org/SSSD/ding-libs/$1 [R=301] RewriteRule ^/released/ding-libs https://releases.pagure.org/SSSD/ding-libs/ [R=301]