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

I Need more help

Quote Reply
I Need more help
I went to the admin built pages and all worked fine.
I went to the link I built and it didn't work

Plus my user add, modify, jump don't work!
ex:
http://vividok.com/cgi-bin/jump.cgi?ID=3

but if I type in
http://vividok.com/cgi-bin/links/jump.cgi?ID=3 it does.

Here is my code I don't know what I've done wrong?

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

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

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

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

Come Visit Norman, Oklahoma, by visiting http://vividok.com. Or if you live by Visit me at the Deli in Historic Campus Corner. Go OU!!! We're #1
Subject Author Views Date
Thread I Need more help VividOk 6759 Sep 13, 2001, 2:31 PM
Thread Re: [VividOk] I Need more help
VividOk 6597 Sep 13, 2001, 3:51 PM
Thread Re: [VividOk] I Need more help
Andy 6656 Sep 14, 2001, 4:26 AM
Thread Re: [youradds] I Need more help
Paul 6566 Sep 14, 2001, 5:20 AM
Thread Re: [PaulWilson] I Need more help
Andy 6653 Sep 14, 2001, 5:26 AM
Post Re: [youradds] I Need more help
Andy 6615 Sep 14, 2001, 5:27 AM
Thread Re: [youradds] I Need more help
Paul 6668 Sep 14, 2001, 5:34 AM
Thread Re: [PaulWilson] I Need more help
Andy 6640 Sep 14, 2001, 5:36 AM
Thread Re: [youradds] I Need more help
Paul 6589 Sep 14, 2001, 10:26 AM
Thread Re: [PaulWilson] I Need more help
Andy 6617 Sep 14, 2001, 11:27 AM
Post Re: [youradds] I Need more help
Paul 6562 Sep 14, 2001, 11:40 AM