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

jump.cgi link not resolving to url

Quote Reply
jump.cgi link not resolving to url
Hi,

When I click on a link in the directory like http://www.websitename.com/.../links/jump.cgi?ID=8, the next window is a blank white page with just "Location: http://www.resourcelink.com"

What could be the reason for this not going to the actual website? Any help is appreciated.
Quote Reply
Re: [lostdesert] jump.cgi link not resolving to url In reply to
You need to set the appropriate "header" (Content/Type) for IIS. Please refer to the following codes in the links.cfg file:

# Use IIS headers? Set this to 1 if your web server needs the full headers (HTTP/1.0 etc.)
$db_iis = 0;

This needs to be set to 1, like the following, to work with IIS:

# Use IIS headers? Set this to 1 if your web server needs the full headers (HTTP/1.0 etc.)
$db_iis = 1;
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] jump.cgi link not resolving to url In reply to
thanks for the advice. the installer already set it to 1. still doesn't work. Frown