Page 1 of 1

Re: Admin Panel with multiple IP addresses

Posted: Wed Dec 13, 2006 10:54 am
by Ted
I haven't tested it, but try something like:

Code: Select all

$config['root_url'] = 'http://' . $_SERVER['SERVER_NAME'];
$config['admin_dir'] = 'admin';
That SHOULD just grab whatever hostname was given to apache, give you a full valid url, and make the base tag work properly in IE.

Ted