From 1ddf4d6f725bcb270a86980a949c306a567a59a7 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 8 Nov 2015 15:29:24 +0100 Subject: [PATCH 1/1] ftp-master.d.o: Redirect /testing/* to release.d.o Currently /testing is a symlink, but this means the same content is available under different addresses. --- config/debian/apache.conf-ftp | 1 + 1 file changed, 1 insertion(+) diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 1e7a64dc..37322454 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -29,4 +29,5 @@ Use common-debian-service-https-redirect * ftp-master.debian.org RewriteEngine On RewriteRule ^/~(.+) /users/$1 [R=permanent,L] + RewriteRule ^/testing/(.*) https://release.debian.org/britney/$1 [R=permanent,L] -- 2.39.2