Hi,
I am having a bit of an issue with the way CI is dealing with /.
In a regular form i notice that the following form action didn't work
action="mydomain.com/ci-controller/login/"
but this one does work
action="mydomain.com/ci-controller/login"
Strange but he it worked. But now i need this from a iframe, i the iframe i have a login form which sets the parents url to mydomain.com/ci-controller/login, but i get the same error as it was calling mydomain.com/ci-controller/login/
Could my problem be that the call from the iframe adds a trailing / which is not visible??
Any thoughts