Routing issues with CodeIgniter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Toxicous8
    New Member
    • Oct 2015
    • 57

    Routing issues with CodeIgniter

    Hi everyone, I'm a beginner in not just Codeigniter but in frameworks in general. And this routing thing is really confusing me. *This might be a silly question but here it is.*

    This is the thing:

    Code:
    $route['default_contoller'] = 'dashboard';  //main page here, it works
    $route['login'] = 'login';
    The problem is that when I go to localhost/codeigniter/login, it brings back to the dashboard. I'm very sure I'm not making redirects to dashboard from the login page.
  • Toxicous8
    New Member
    • Oct 2015
    • 57

    #2
    I SOLVED IT GUYS. thanks anyway

    Comment

    Working...