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

Links.cfg / Paths

Quote Reply
Links.cfg / Paths
I'm trying to figure out how to get Links to build the home page on my MAIN page (http://www.autonuts.com), and then have all the categories build in a separate directory called pages... Here's what my links.cfg looks like now...

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/home/sites/www.autonuts.com/web/search/admin";
$db_dir_url = "http://www.autonuts.com/search/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://www.autonuts.com/search";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/home/sites/www.autonuts.com/web/pages";
$build_root_url = "http://www.autonuts.com";

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

# PATH to homepage in root folder.
$build_home_path = "/home/sites/www.autonuts.com/web";

....Anybody got some quickie advice????...
I have it working on one o fmy other sites but I'll be damned if I can make it work on this one... <:)

Subject Author Views Date
Thread Links.cfg / Paths edpak 3746 Jun 15, 2001, 8:08 AM
Thread Re: Links.cfg / Paths
Stealth 3673 Jun 15, 2001, 8:27 AM
Thread Re: Links.cfg / Paths
edpak 3664 Jun 15, 2001, 8:44 AM
Thread Re: Links.cfg / Paths
Stealth 3657 Jun 15, 2001, 9:36 AM
Thread Re: Links.cfg / Paths
edpak 3665 Jun 15, 2001, 9:39 AM
Post Re: Links.cfg / Paths
Stealth 3650 Jun 15, 2001, 9:45 AM