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

problem in jump.cgi

Quote Reply
problem in jump.cgi
I made the setup of link2 and every thing sre ok but
When I get the result from the search and I want to go to the target URL by clicking on the result it is downloading the jump.cgi instead of reaching to that URL

ANY HELPE?

IAM USING WIN98 WITH PWS
MY BATH will be in :
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "c:/links/cgi-bin/admin";
$db_dir_url = "http://fhajri4856/links/cgi-bin/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://fhajri4856/links/cgi-bin";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "c:/links/cgi-bin/admin/templates";
$build_root_url = "http://fhajri4856";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/Cool";
$build_cool_url = "$build_root_url/Cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/Ratings";
$build_ratings_url = "$build_root_url/Ratings
Quote Reply
Re: problem in jump.cgi In reply to
DEARS
I found that the url.db is empty
so what i did i copy the ID number and the URL and i paste it in the url.bd and it is worked but my Q
Why there is no records in my url.db?

i have more than 8 url !!!!!!!

any helpe?
Quote Reply
Re: problem in jump.cgi In reply to
Probably a problem with permissions...you need to have the url.db file set to the following permissions:

Code:
IWAM/MACHINENAME = Read, Write
IUSR/MACHINENAME = Read, Write
Everyone = Read, Write
Admin = Read, Write, Execute, Delete

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.