Question
Having some trouble getting started. First experience with the web server thing. I have downloaded and installed all that is needed, but can't get past the initial page, to the
WebHome page. Am getting the Inernet Explorer error message, 'The Page Cannot Be Found'. Apache is returning a 'File Does Not Exist Error'. Have "worn out" these pages for the last five days straight, and cannot seem to find the solution. Probably something real simple. Have made many changes to twiki.cfg, so I have included it below. Thanks in advance for any help you can offer. TWiki installed into d:\home\httpd\twiki
$wikiHomeUrl = "http://127.0.0.1/twiki";
$defaultUrlHost = "http://127.0.0.1";
$scriptUrlPath = "/twiki/bin";
$pubUrlPath = "/twiki/pub";
$pubDir = "d:/home/httpd/twiki/pub";
$templateDir = "d:/home/httpd/twiki/templates";
$dataDir = "d:/home/httpd/twiki/data";
$rcsDir = "/usr/local/bin";
.
- TWiki version:01 Dec 2001
- Web server:Apache 1.3.22
- Server OS:NT 4.0 SP6a
- Web browser: IE 6
- Client OS:
--
MikeDucharme - 03 Jan 2002
Answer
All set... thanks anyway. Guess I just needed to ask, to find the answer. Seems to have been an error in my httpd.conf
ScriptAlias. Got the answer thanks to an excerpt from
TWikiOnWindows by Henk Alink. See Installing_TWiki_on_win2k_no_big . There has to be an easier way. Tried the
TwikiInstaller , and all that did was copy everything from the root, to the new directory. Oh well, more errors to conquer.
--
MikeDucharme