Re: Site from two IP adresses
Posted: Tue Dec 05, 2006 7:52 pm
Have you tried setting relative paths for the url settings in your config ($config['*_url'])?
You could try using $_SERVER['HTTP_HOST'] like this:
You could try using $_SERVER['HTTP_HOST'] like this:
Code: Select all
$config['root_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/cms';