From 50297d3c06f0419fd3d031df73178f020ffafbc8 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 4 Feb 2011 17:56:36 +0100 Subject: [PATCH] that should fix the double slash problem Signed-off-by: Martin Zobel-Helas --- .../files/common/etc/apache2/sites-available/www.debian.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org index 879be6615..d80d250cd 100644 --- a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org +++ b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org @@ -86,7 +86,7 @@ RewriteLog /var/log/apache2/www-other.debian.org-recirect.log RewriteEngine on - RewriteRule ^(.*)$ http://www.debian.org/$1 [R=301,L] + RewriteRule ^/(.*)$ http://www.debian.org/$1 [R=301,L] -- 2.20.1