Bug: Home Directory of twiki was not accessable after following installation instructions.
In the installation notes its sets up the alias and access in apache, based on the twiki/pub dir. But this setup does not let ...somehost/twiki work, so change the alias to be on
/twiki (not no trailing slash).
To make that work I seemed to need to put the twiki/bin entry 1st.
--
MathewBoorman - 24 Apr 2000
Mathew, could you change the
TWikiInstallationNotes topic directly? I am not sure I understand all details you are pointing out.
--
PeterThoeny - 24 Apr 2000
Done, now to delete this Topic
--
MathewBoorman - 24 Apr 2000
In my TWiki20001201.zip (received on 2000-11-23 so it is a future bug) the installation notes example still has
Alias /twiki/ "/home/httpd/twiki/pub/"
the "pub/" should be removed.
--
GruBert - 23 Nov 2000
Either way is fine I believe:
- Specify
Alias /twiki/ "/home/httpd/twiki/pub/",
and in wikicfg.pm set $pubUrlPath = "/twiki"; , or
- Specify
Alias /twiki/ "/home/httpd/twiki/",
and in wikicfg.pm set $pubUrlPath = "/twiki/pub";
--
PeterThoeny - 24 Apr 2000