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
Quote Reply
Re: Main Page Links In reply to
On the main search page the top links
-Home-What's New-What's cool- are linked to /links/pages,
I need to add a slash mark /links/pages/ for the index.html page to display correctly, where would I add the slash mark so the url links are written as /links/pages/

The paths are correct "?" as the pages are created and pointed in the correct directories..

Thanx, Dparke