From: Ansgar Burchardt Date: Sun, 20 Dec 2015 11:13:37 +0000 (+0100) Subject: And it seems like apache doesn't like abolute paths in X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4f38e8d65710863ff203174771b3692810e43e3b;hp=64c41989659a66869baf336b97dc2190003bf606;p=dak.git And it seems like apache doesn't like abolute paths in --- diff --git a/config/debian/apache.conf-ftp b/config/debian/apache.conf-ftp index 4ac703de..3c8194a6 100644 --- a/config/debian/apache.conf-ftp +++ b/config/debian/apache.conf-ftp @@ -28,9 +28,11 @@ Use common-debian-service-https-redirect * ftp-master.debian.org Options MultiViews Indexes SymLinksIfOwnerMatch - - Require all granted - + + + Require all granted + + RewriteEngine On RewriteRule ^/~(.+) /users/$1 [R=permanent,L]