Didier Bretin - 2003-10-22

Hello,

I installed phpwiki-1.3.4 on a linux box. All is working (in French) and I configured this :

if (!defined('SERVER_NAME')) define('SERVER_NAME', 'my.domain.com');

if (!defined('SCRIPT_NAME')) define('SCRIPT_NAME', '/index.php');

But apparently the logo and the CSS are not find. If I try to look at the logo image I have :

http://themes/default/images/logo.png

It would better works if it is :

http://my.domain.com/themes/default/images/logo.png

Do you have an idea for what is missing ?

Regards.