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

Admin 404 Hostrocket

Quote Reply
Admin 404 Hostrocket
I read the forums couldn't resolve this. Well I got lucky and if any other HostRocketeers are having Problems with the 404's in the Admin frame here ya go..

Installed :
Folders: ( Pages Directory )
Public_Html/Links/
Public_Html/Links/Pages

Folders: ( Install Directory )
Public_Html/cgi-bin/Links/ and remaining folders/files

Edited /Admin/links.cfg
Pay close attention to the "~" use.

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/home/NAME/public_html/cgi-bin/links/admin";
$db_dir_url = "http://www.URL.com/~NAME/cgi-bin/links/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/~NAME/links/pages";
$build_root_url = "http://www.URL.com/~NAME/links/pages";

The problems I encountered was the absolute url instead of the server provided "~" Urls. Once I placed these in the correct locations that beautiful screen appeared...

You must change all .cgi files in all directories to the perl path !/usr/local/bin/perl to !/usr/bin/perl/

Thats it Good Luck...
This is an excellent Program....
D.Parke

ProjectVortal.com
Subject Author Views Date
Thread Admin 404 Hostrocket Dparke 2559 Aug 3, 2001, 2:58 PM
Post Re: Main Page Links
Dparke 2431 Aug 4, 2001, 11:31 AM