Page 1 of 1

Re: Loading issue

Posted: Mon Sep 20, 2010 2:35 am
by milehigh
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.