Re: Loading issue
Posted: Mon Sep 20, 2010 2:35 am
Change this line in your config.php:
$config['root_url'] = 'http://localhost';
to
$config['root_url'] = 'http://192.168.1.xxx'; <--whatever your local IP is.
$config['root_url'] = 'http://localhost';
to
$config['root_url'] = 'http://192.168.1.xxx'; <--whatever your local IP is.