Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: [beckiesue] not returning a complete set of HTTP headers

Quote Reply
Re: [beckiesue] not returning a complete set of HTTP headers In reply to
In Reply To:
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "E:\webs\9240\cgi-bin\admin";
$db_dir_url = "http://freebiesonline2000.com/cgi-bin/admin";

Your problem is here, you have your paths wrong

$db_script_path = "E:\webs\9240\cgi-bin\admin";

is pointing to a cd rom or hard drive it should be something like

$db_script_path = "/home/mywebsite.com/cgi-bin/links/admin";

Stu2000

- Top 100 forums / GT Links 2.0 websites -
Subject Author Views Date
Thread not returning a complete set of HTTP headers beckiesue 14071 Sep 15, 2002, 7:53 AM
Thread Re: [beckiesue] not returning a complete set of HTTP headers
stu2000 13970 Sep 15, 2002, 11:13 AM
Thread Re: [stu2000] not returning a complete set of HTTP headers
stu2000 13972 Sep 15, 2002, 11:16 AM
Thread Re: [stu2000] not returning a complete set of HTTP headers
beckiesue 13963 Sep 15, 2002, 11:50 AM
Post Re: [beckiesue] not returning a complete set of HTTP headers
Stealth 13286 Oct 27, 2002, 10:29 AM