Problem with routing to admin panel |
[eluser]Unknown[/eluser]
Hai everyone, Iam new to codeigniter i used it it is really nice framework. can anyone help me to route to admin area? this is my folder structure Quote:controllers/ the user section is working fine http://localhost/mysite/index.php when i type http://localhost/mysite/admin i got a error like this The requested URL /mysite/admin was not found on this server. this is my routes.php file code Code: $route['default_controller'] = "user/welcome"; my admin/index.php code is like this Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Can any one please help me? Arunkumar |
Messages In This Thread |
Problem with routing to admin panel - by El Forum - 01-08-2012, 03:51 AM
|