Problems with example on localhost?
- Single Page
Posted 20 July 2012 - 14:37 PM
I was just testing out the example from the site and nothing seemed to work for me?
There was no CSS applied, javascript didn't work and the links don't work because they go like this: "localhost/test/localhost/test/example.php/index"
Did I miss something when setting up the example? I downloaded a fresh CodeIgniter and just copied the folders from the download into CodeIgniter.
Posted 20 July 2012 - 14:40 PM
$config['base_url'] = '';
You probably didn't configured well your base_url
Posted 20 July 2012 - 15:41 PM
I input localhost/test there instead of http://localhost/test