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

404 error in admin frames

Quote Reply
404 error in admin frames
i have been trying to set up the free links 2.0 for the past hour or so and after i installed it, i try to access the admin screen but all three frames come up as a 404 file not found error. Im on a virtualave account and i think i set up the links.cfg right for the most part. If it helps you can see at http://www.animestart.com/...inks/admin/admin.cgi.
--------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/data1/virtualave.net/animestart/public_html/cgi-bin/links/admin";
$db_dir_url = "http://server2034.virtualave.net/cgi-bin/links/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/data1/virtualave.net/animestart/public_html";
$build_root_url = "http://animestart.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";



Quote Reply
Re: 404 error in admin frames In reply to
Well, it seems to work fine now...

Thomas
http://www.japanreference.com
Quote Reply
Re: 404 error in admin frames In reply to
d'oh
nevermind
i fixed it
in case you are readign this because you have the same problem, check over your links.cfg over CAREFULLY

my problem was i didnt include the entire path on the
$db_dir_url
variable which should of been
$db_dir_url = "http://animestart.com/cgi-bin/links/admin";


Quote Reply
Re: 404 error in admin frames In reply to
I'd password protect your admin folder if i were you, dangerouse leaving the link in this forum without password protecting it now you have it fixed (not saying you can't trust people in these forums, but just to be on the safe side).

Andy

http://www.ace-installer.com
webmaster@Ace-installer.com
Quote Reply
Re: 404 error in admin frames In reply to
yeah, i know, but at least there isnt anything in my db to lose if someone does mess it up