Hi, I'm very new to codeigniter and grocerycrud, actually I downloaded them and started to play with them yesterday. And ofcourse I have a problem from the very beginnig. I want to make a website with CMS but first I need to learn how everything works. I used example no. 2 - creating the structure of the website from this blog: http://philsturgeon.co.uk/blog/2009/07/Create-an-Admin-panel-with-CodeIgniter
My test website is here: http://madeyoulookdigital.co.uk/newcms/ and it works ok
My CMS is here http://madeyoulookdigital.co.uk/newcms/admin/manage and it shows error 404
As per example from the blog I put grocerycrud files to appropriate folders, manage files are in controllers/admin/manage.php and views/admin/manage.php, I also added routing
$route['admin'] = "admin/manage";
but it still doesn't work. What do I do wrong? I attach a printscreen with the structure of my website.