I've built a CI App and was just recently informed that it will have to be multi homed. That is, it will be on a server that has 2 NICs. One for the www and the other for an internal address.
I'm not too sure what value I'm supposed to use in my config file's base_url. Technically, users of the site should be able to access it by going to either:
www.widgets.com - public address
or
http://ourserver.widgets.net - internal address
How do I configure my CI App to allow for this?
Thanks.
