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

TOTALLY CONFUSED (SMALL PROBLEM!)

Quote Reply
TOTALLY CONFUSED (SMALL PROBLEM!)
This is my problem: I'm confusing why the "links" folder should come before cgi-bin folder...
Also please tell me whether my PATH and URL is okay.
You can take a look using the link below.
Click on Home page. You'll see the missing links. I'm sure the problem is around

$build_cool_url....
$build_root_path..

Please help
Thanks

http://www.acedin.org/cgi-bin/links/admin/admin.cgi
http://216.149.236.145/links/admin/templates

============================================
------------
# Links
# -------------
# Links Manager
#
# File: links.cfg
# Description: Contains all the setup variables.
# Author: Alex Krohn
# Email: alex@gossamer-threads.com
# Web: http://www.gossamer-threads.com/
# Version: 2.0
#
# (c) 1998 Gossamer Threads Inc.
#
# This script is not freeware! Please read the README for full details
# on registration and terms of use.
# =====================================================================

# Paths and URL's to Important Stuff
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "D:/home/nt27f145/cgi-bin/links/admin";
$db_dir_url = "http://216.149.236.145/cgi-bin/links/admin";

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

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

# 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";
=============================================





[This message has been edited by perora (edited March 19, 2000).]

[This message has been edited by perora (edited March 19, 2000).]
Subject Author Views Date
Thread TOTALLY CONFUSED (SMALL PROBLEM!) perora 3438 Mar 19, 2000, 10:22 AM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
Stealth 3371 Mar 19, 2000, 11:21 AM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
perora 3376 Mar 19, 2000, 11:46 AM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
Stealth 3371 Mar 19, 2000, 1:48 PM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
perora 3374 Mar 19, 2000, 2:28 PM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
Stealth 3375 Mar 19, 2000, 4:27 PM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
perora 3373 Mar 19, 2000, 11:45 PM
Post Re: TOTALLY CONFUSED (SMALL PROBLEM!)
Stealth 3374 Mar 20, 2000, 3:13 PM