Re: Admin Panel with multiple IP addresses
Posted: Wed Dec 13, 2006 10:54 am
I haven't tested it, but try something like:
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
Code: Select all
$config['root_url'] = 'http://' . $_SERVER['SERVER_NAME'];
$config['admin_dir'] = 'admin';
Ted