I have a form in which the action is SiteController/actionLogin. If the user submits and doesn't get logged in, the URL changes to http://localhost/MySite/SiteController/actionLogin and another attempt will be like this
http://localhost/MySite/SiteController/SiteController/actionLogin How can this be fixed?
I am using CodeIgniter PHP framework.