Backend setup |
[eluser]Ajaxian64[/eluser]
Hi all, (I use CI 2.0) I try to set up a backend with the objective to well separated code between front-end and back-end Then I set up a new directory siteadmin in controllers directory I also set up in routes.php Code: $route['site-admin'] = 'siteadmin/login'; I have a 404 http error sayingthat /mySite/siteadmin can't be found on this server Does someone know something about this ? Thanks |
Messages In This Thread |
Backend setup - by El Forum - 03-22-2011, 06:04 AM
Backend setup - by El Forum - 03-22-2011, 06:11 AM
Backend setup - by El Forum - 03-22-2011, 06:15 AM
Backend setup - by El Forum - 03-22-2011, 06:26 AM
Backend setup - by El Forum - 03-22-2011, 06:48 AM
Backend setup - by El Forum - 03-22-2011, 11:30 AM
Backend setup - by El Forum - 03-22-2011, 12:03 PM
Backend setup - by El Forum - 03-22-2011, 12:15 PM
|