]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
that should fix the double slash problem
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 4 Feb 2011 16:56:36 +0000 (17:56 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 4 Feb 2011 16:56:36 +0000 (17:56 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/apache2/files/common/etc/apache2/sites-available/www.debian.org

index 879be66151936a34d46617b4ff5d67ea329450c5..d80d250cda81c758dad811c43b79a5f7c513414b 100644 (file)
@@ -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]
 </VirtualHost>
 
 <VirtualHost *:80>