You will need to set your base URL in application/config/config.php
If it is not set, then CodeIgniter will try to guess the protocol and path to
your installation, but due to the security concerns the hostname will be set
to $_SERVER['SERVER_ADDR'] if available, or localhost otherwise.
The auto...