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

Install Error: The page cannot be displayed

Quote Reply
Install Error: The page cannot be displayed
Win 2000 server with all necessary software packages. We are successfully running a couple of different cgi/perl scripts but this one is giving us problems. I have been searching and reading through the forums as well as the FAQ pages but I am having no luck finding an answer. The first errors were the "Download File" type. That changed to "The page cannot be displayed."

Code:
Paths and URL's to Important Stuff
# --------------------------------------------------------


# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "D:/webs/snipers/cgi-bin/links/admin/backup";
$db_dir_url = http://www.snipersparadise.com/cgi-bin/links/admin;





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




# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "D:/webs/snipers/cgi-bin/links/pages";
$build_root_url = http://www.snipersparadise.com/cgi-bin/links/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";
Any and all help will be greatly appreciated
Knowledge comes from retaining what is learned,
Thomas
http://www.snipersparadise.com
Subject Author Views Date
Thread Install Error: The page cannot be displayed snip1er 6990 Feb 12, 2002, 2:31 AM
Thread Re: [snip1er] Install Error: The page cannot be displayed
Paul 6842 Feb 12, 2002, 2:35 AM
Thread Re: [RedRum] Install Error: The page cannot be displayed
snip1er 6774 Feb 12, 2002, 9:57 AM
Thread Re: [snip1er] Install Error: The page cannot be displayed
Paul 6772 Feb 12, 2002, 10:01 AM
Post Re: [RedRum] Install Error: The page cannot be displayed
snip1er 6802 Feb 12, 2002, 10:08 AM
Thread Re: [RedRum] Install Error: The page cannot be displayed
snip1er 6816 Feb 12, 2002, 10:10 AM
Thread Re: [snip1er] Install Error: The page cannot be displayed
Paul 6858 Feb 12, 2002, 10:12 AM
Thread Re: [RedRum] Install Error: The page cannot be displayed
snip1er 6776 Feb 12, 2002, 10:22 AM
Thread Re: [snip1er] Install Error: The page cannot be displayed
Paul 6756 Feb 12, 2002, 10:28 AM
Post Re: [RedRum] Install Error: The page cannot be displayed
snip1er 6810 Feb 12, 2002, 11:15 AM