CodeIgniter Forums
weird behavior - 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: weird behavior (/showthread.php?tid=43300)



weird behavior - El Forum - 07-06-2011

[eluser]runrun[/eluser]
I create a sub folder in controllers, call admin, in admin folder I create controller called home.php.

Code:
application
  controllers
    main.php
    account.php
    login.php
    admin
      home.php

The weird:

I go to http://mysite.com/admin it directed me back to http://mysite.com

But 2 days later, I try again http://mysite.com/admin it takes me to http://mysite.com/admin/home

Why isn't it taking me back to main page like before ?