[eluser]Dimitar Velkov[/eluser]
Hi I have problem with routing to my default controller.
My this is my route
$route['default_controller'] = "Controlers/controler";
My folder structure for controllers is
Controllers
-Controlers/controller.php
-Controlers/controller2.php
-SomeOtherFolder/othercontroller.php
-SomeOtherFolder/othercontroller2.php
And this is giving me 404 error
This is happening only on my on line server that is on linux,
on my Mac is working fine
any help?