From: Ansgar Burchardt Date: Sun, 8 Nov 2015 14:29:24 +0000 (+0100) Subject: ftp-master.d.o: Redirect /testing/* to release.d.o X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1ddf4d6f725bcb270a86980a949c306a567a59a7;hp=98d086ddda3772fb58c1bfa97478e8044596b569;p=dak.git 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. --- 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]