From: Martin Zobel-Helas Date: Fri, 4 Feb 2011 16:56:36 +0000 (+0100) Subject: that should fix the double slash problem X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=50297d3c06f0419fd3d031df73178f020ffafbc8;p=mirror%2Fdsa-puppet.git that should fix the double slash problem Signed-off-by: Martin Zobel-Helas --- 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]