I need help to know the correct path to get to see the login web page os serweb.
My test page is http://172.25.97.19/
My index.php is in:
/root/serweb/serweb_2004-07-27/html/admin/index.php
/root/serweb/serweb_2004-07-27/html/user_interface/index.php
 
With my configuration rith now, I get the error OBJECT NOT FOUND, ERROR 404, when I browse:
http://172.25.97.19/serweb/serweb_2004-07-27/html/user_interface/index.php
 
Now I'll show the lines I think may be wrong on my config.php:
$this->root_path="/serweb/serweb_2004-07-27/html/;
$this->root_uri="http://".$_SERVER['SERVER_NAME'];
 
Please help! Thank you in advance
Llanos