thks for your answer now I'v got a new pb, my server is "correctly" configured and when I try to log on it, I am redirected in a page with this url : http://apache.imexpert.com/interligo/page.php?FootLine=&PagePath=common/accueil/&Action=ConnectUser&MoreUrl= and a 404 (page not found) error occured Have I forgotten another configuration ????? David Samir CHELIOUT <sch...@te...> 07/03/01 11:55 Pour : dse...@im..., int...@li... cc : Objet : RE: [Interligo-general] redirect to a page called http > I've tried to use interligo, when I want to log on > the portail > with loggin interligo and pass interligo, the server redirect > to a page > name http. It can happen that your server is not configured correctly in the dns and that Interligo mixes itself between localhost and the server name of machine. Verify your server name (==> os network config). If you are in Linux, verify the C_DEFAULT_UNIX_SERVER parameter in the file abstract.inc.php (interligo_public). Replace 'localhost' by the network name of your machine in the C_DEFAULT_UNIX_SERVER parameter (file abstract.inc.php). For example, if your machine alias name in hosts file is 'my_server', then replace the following line in the file abstract.inc.php: define( "C_DEFAULT_UNIX_SERVER", "localhost" ); by define( "C_DEFAULT_UNIX_SERVER", "my_server" ); In the url, enter http://my_server/interligo/ (instead of http://localhost/interligo/). Best luck Samir CHELIOUT ---------------------------------------------------------------------------- - Interligo : The 1st intelligent site development environment in open source! |