Topic: URL for sub domain

Hi,

For my french forum,
I have installed the latest version of punbb in a sub domain. The URL is http://forum.logistiqueconseil.org/
But all internal links forums and subjects are like this: http://www.logistiqueconseil.org/forum3/

How can i change it so that alls my forum's URL start with http://forum.logistiqueconseil.org

Tanks

Re: URL for sub domain

You need to change value of the $base_url variable in the file "<FORUM_ROOT>/config.php".

Re: URL for sub domain

Tanks a lot
All links are OK now.

But only moderators and administrators can login.
For simple members, the folowing message is displayed when name and password are provided: "Check settings or enable cookies for this forum".
How can i solve this please?

By now, no member can connect. the forum is empty.
Regards

Re: URL for sub domain

this is the forum message to the user when trying to connect :

"Vous semblez identifié correctement, bien qu’aucun cookie n’ait été enregistré. Merci de vérifier votre paramétrage et si nécessaire d’autoriser les cookies pour ce site."

How can i set cookies ?

Help, Help, Help.

Re: URL for sub domain

Try to set

$cookie_domain = 'forum.logistiqueconseil.org';

in the file "<FORUM_ROOT>/config.php".