Question
- TWiki version: 01-Dec-2001
- Perl version: ActiveState 5.8.0 build 804
- Web server & IIS version: 5
- Server OS: Windows 2000 Server
- Web browser & version: IE6
- Client OS: Windows 2000 Server
Attachments do not seem to work. I can upload them but not retrieve them.
Note that my URI to
TestTopic7 is
http://wikiprotovm/twiki/bin/view.pl/Test/TestTopic7 (note the .pl)
and the URI to the attachment doesn't work.
Attached are the testenv, testtopic7, and twiki.cfg.
I am also concerned that my cfg file is wrong for
RCS, but have not figured out which variables should have a cygwin path and which should have a driver-letter colon path. Please take a quick look at twiki.cfg.
*
testenv.html: testenv output
--
DougRansom - 31 Dec 2002
Answer
The twik config pubUrlPath and pubDir did not match. In my case, i had pointed a vroot at the twiki install directory, created a bin child which had approppriate permissions for CGI in IIS.
However, I guessted at what the pub should be incorrectly.
These variables work if you install twiki and want to reference the install without moving directories around.
installed twiki to d:/apps/twiki and pointed a vroot there
$pubUrlPath = "/twiki/pub";
# Public data directory, must match $pubUrlPath :
$pubDir = "d:/apps/twiki/pub";