From: swa 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/?p=privoxy.git;a=commitdiff_plain;h=1981bc03311c616c9651e95b10f5a0a4ed98a115 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"