Question
I have been installing TWiki on a
RedHat Enterprise Linux system.
Everything seems to be going fine, accept, the wikiHome.gif image is not displaying (see lines from
TestEnv script below).
I have triple checked everything, and it still seems that things are not coming up.
I have also been able to access the GIF directly, so I believe it is there and working. Am I missing something?
Thanks for any and all help.
Yours,
Jordan Dea-Mattson
$pubUrlPath: /var/www/twiki/pub
Note: This must be the URL of the public directory.This is not set correctly if the /var/www/twiki/pub/wikiHome.gif image below is broken:
$pubDir: /var/www/twiki/pub
Note: This is the public directory, as seen from the file system. It must correspond to $pubUrlPath.
Environment
--
JordanDeaMattson - 02 Jan 2005
Answer
The problem is that the $pubUrlPath you have provided is not a URL, but a directory path in the filesystem. If you can provide the
testenv output as requested in
SupportGuidelines we'll be able to tell you what it should be, but it's typically something like
/twiki/pub giving a full URL of
http://yourdomain.com/twiki/pub/wikiHome.gif for a file such as
/var/www/twiki/pub/wikiHome.gif.
Please attach the HTML output from
testenv.
--
RichardDonkin - 05 Jan 2005