I found that if I set 'ScriptAlias' in "httpd.conf" to
'ScriptAlias /twiki/bin/ "/usr/local/twiki/bin"'
it would simply display the script text however
'ScriptAlias /twiki-bin/ "/usr/local/twiki/bin/"'
worked fine once i made the appropriate changes in
"wikicfg.pm"
I don't think apache copes with "/" in the alias field
though I haven't found anything in Apache docos that
explicitly says this -- yet.
--
JanPompe - 19 Jun 2000
Is it anything to do with
DocumentationScriptAliasMustScanFirst?
--
NicholasLee - 19 Jun 2000
I am pretty sure it is. Jan, can you verify?
--
PeterThoeny - 20 Jun 2000
I have verified this and it is - thankyou.
I have reverted to original & it's working fine.