I believe that three places in /serweb_2004-07-27/html/config.php the string "/user" should be "user_interface/". The important one is: /* relative paths of serweb tree */ $this->img_src_path = $this->root_path."img/"; $this->js_src_path = $this->root_path."styles/"; $this->style_src_path = $this->root_path."styles/"; $this->user_pages_path = $this->root_path."user/"; -----------------------------------------------------------^^^^^ HERE $this->admin_pages_path = $this->root_path."admin/";
It causes the admin pages to have bad links.
John.