I have a small problem with this. i am quite new to CI, but loving it so far. I installed it per the instructions on Github, and now when i try to access the auth controller from my browser it is redirecting me wrongly.
my install is localhost/AGN, therefore to access the auth demo, i would go to localhost/AGN/auth. when i go there it redirects me to localhost/AGN/localhost/AGN/auth/login, if i manually go to localhost/AGN/auth/login i can enter my credentials but then it redirects me to localhost/AGN/localhost/AGN/auth/login again on submit.
Hope you can help me fix this, as your tool looks extremely promising.