[Cialug] DNS-related Question

Aaron Porter atporter at gmail.com
Fri Dec 18 15:56:59 CST 2009


On Thu, Dec 17, 2009 at 3:19 PM, Stuart Thiessen <thiessenstuart at aol.com> wrote:
> We are using OpenGoo to serve as a master project management service
> on our intranet. Apparently, the authors of OpenGoo have configured
> OpenGoo so you have to hardcode a root URL.

Ok... so I'm no PHP whiz, and I've never heard of OpenGoo -- google
seems to think this is part of Feng Office... If I read things right,
can't you edit config.php and replace:

define('ROOT_URL', 'http://fengoffice.com');

With something along the lines of:

$VARIABLE_ROOT = "http://" . $_SERVER['SERVER_NAME'] . "/<your_install_path>";
define('ROOT_URL',  $VARIABLE_ROOT);


More information about the Cialug mailing list