I just thought of routing my URLs which is like
http://localhost/codeigniter_cup_myth/index.php/adminController/mainAccount
and it would be pretty nice if it was
http://localhost/codeigniter_cup_myth/Accounts/mainAccount
Where should I start when routing URLs in my web application?
Also, adding something like:
to your .htaccess file will get rid of the index.php part