redirect did not work due to missing /
[privoxy.git] / project.h
index 2eb1d00..9020d92 100644 (file)
--- 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"