diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-05-22 18:41:29 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-05-22 18:41:29 +0000 |
commit | a937644748d68ee103745a390da25f2a703a2eb0 (patch) | |
tree | 1427b3c4757a7541f8886c8d3e360afd79920bf0 | |
parent | 6f663fcf86e9767731a15cd49a835d4a3049c04b (diff) | |
download | ansible-a937644748d68ee103745a390da25f2a703a2eb0.tar.gz ansible-a937644748d68ee103745a390da25f2a703a2eb0.tar.xz ansible-a937644748d68ee103745a390da25f2a703a2eb0.zip |
add some missed redirects for bind-dyndb project. https://pagure.io/fedora-infrastructure/issue/5846
-rw-r--r-- | files/httpd/fedorahosted-redirects.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index b209629ed..24545b6c6 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -178,6 +178,10 @@ RewriteRule ^/fedora-badges/report https://pagure.io/Fedora-Badges/issues [R=301 RewriteRule ^/fedora-badges/ticket/(.*) https://pagure.io/Fedora-Badges/issue/$1 [R=301] RewriteRule ^/fedora-badges https://pagure.io/Fedora-Badges [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki https://docs.pagure.io/bind-dyndb-ldap/ [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki/ https://docs.pagure.io/bind-dyndb-ldap/ [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki/(.*) https://docs.pagure.io/bind-dyndb-ldap/$1.html [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki/(.*)/ https://docs.pagure.io/bind-dyndb-ldap/$1.html [R=301] RewriteRule ^/bind-dyndb-ldap/report https://pagure.io/bind-dyndb-ldap/issues [R=301] 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] |