From a2280def4dae41ee886f5923ada6d4a2cf8d9461 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 8 Sep 2012 22:41:23 +0200 Subject: [PATCH] Be more generic, comment out rewrite rule that directly redirects http:/// to http://www.debian.org/Bugs. Signed-off-by: Don Armstrong --- debian/changelog | 2 ++ examples/apache.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a9a6339..5478321 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low bug . * Fix sani function in scripts/errorlib. Generate html entities correctly (prepend ampersand, append semicolon). + * Be more generic, comment out rewrite rule that directly redirects + http:/// to http://www.debian.org/Bugs. -- Don Armstrong Wed, 25 Aug 2010 01:57:38 -0700 diff --git a/examples/apache.conf b/examples/apache.conf index a09086b..298472b 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -13,7 +13,7 @@ # RewriteLog /org/bugs.debian.org/apache-rewrite.log # RewriteLogLevel 0 - RewriteRule ^/$ http://www.debian.org/Bugs/ + #RewriteRule ^/$ http://www.debian.org/Bugs/ RewriteRule ^/(robots\.txt|release-critical|apt-listbugs\.html)$ - [L] # The following two redirect to up-to-date pages RewriteRule ^/[[:space:]]*#?([[:digit:]][[:digit:]][[:digit:]]+)([;&].+)?$ /cgi-bin/bugreport.cgi?bug=$1$2 [L,R,NE] -- 2.39.2