Hi,
I used a personnal PHP framework which use URL Rewriting.
So I custome server_script_url param. But it seams to not work beacause it ever replace it by "./chat.class.php"
So as to make the chat work, I modified the phpfreechat.class.php file at line by adding this :
$c->server_script_url = './index.php?module=chat';
I think it is not a very cute way to process and I want to know if it is a bug or if I ididn't use the $params var properly.
Thanks, Leward.