CodeIgniter Forums
problem with routes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: problem with routes (/showthread.php?tid=8176)



problem with routes - El Forum - 05-08-2008

[eluser]dexter21[/eluser]
Hi, iam developping an app with ci, but when i config routes to acces to administration page, doestn apppeared

$route['admin'] = "administrador/home_admin";


i dont use .htaccess and i have a administrador directory inside controllers.


any help plz?


problem with routes - El Forum - 05-08-2008

[eluser]xwero[/eluser]
is home_admin your controller or you method?


problem with routes - El Forum - 05-08-2008

[eluser]dexter21[/eluser]
i've a controller in /controlers/administrador/home_admin , yes is my controller


problem with routes - El Forum - 05-08-2008

[eluser]sophistry[/eluser]
post code