⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

index method with login view



PunkMaster

PunkMaster
  • profile picture
  • Member

Posted 06 June 2013 - 08:18 AM

Hi i have developed my complete CMS with codeigniter Grocery Crude which work fine until when i came to creating a login page 

 

The problem is i cant access the index method directly without typing it in the url for example my host is http://www.myhost.com/

and i have my admin controller 

 

what i need is/ what i expected is when a user navigate to http://www.myhost.com/admin  the index method which contain the login logic would be displayed but it is not displayed and i cant find a solution to this 


davidoster

davidoster
  • profile picture
  • Member

Posted 06 June 2013 - 11:53 AM

Are you using an authorization/user's library for logins or you build your own?