From: swa <swa@users.sourceforge.net>
Date: Mon, 4 Jun 2001 11:28:53 +0000 (+0000)
Subject: redirect did not work due to missing /
X-Git-Tag: v_2_9_9~391
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/static/@default-cgi@show-url-info?a=commitdiff_plain;h=1981bc03311c616c9651e95b10f5a0a4ed98a115;p=privoxy.git

redirect did not work due to missing /
---

diff --git a/project.h b/project.h
index 2eb1d006..9020d923 100644
--- a/project.h
+++ b/project.h
@@ -769,7 +769,7 @@ struct configuration_spec
 
 /* Shouldn't end with '/' */
 #define HOME_PAGE_URL  "http://ijbswa.sourceforge.net"
-#define REDIRECT_URL HOME_PAGE_URL "redirect.php?v=" VERSION "&to="
+#define REDIRECT_URL HOME_PAGE_URL "/redirect.php?v=" VERSION "&to="
 
 #define CGI_PREFIX_HOST "i.j.b"