Hi,
I wrote:
>I just installed phpwiki on a local machine for testing, the vhost=20
>this wiki runs on is configured to servername "phpwiki".
>When I access http://phpwiki everything seems to work correctly,=20
>BUT the browser tries to access www.themes.com, because in the=20
>source a link like this is produced:
><img src=3D"\/themes/default/images/logo.png"
don=B4t think, that this is an error, but I could solve the problem
defining DATA_PATH to '' or '..'.
define('DATA_PATH', '');
define('DATA_PATH', '..');
>Is there something wrong with the link-generating code?
I did not find the piece of code that tries to extract the actual
path, but it does not seem to like the way i installed phpwiki...
ok, just to let you know...
Have a nice thread,
Peter
|