Hi All,
Hoping someone will have some thoughts on codeignitor. I posted my question on their forum too, but am not getting a reply.
I have worked my way through CI manual, and the ‘news’ example. Got that to work (Pfiew).
Now I installed dx auth, and am trying to get it to work. but somehow the module is not recognized. Going to the url (http://localhost/vraagje/index.php/auth/login) all I get is a 404 page: The page you requested was not found.
What are the logical things to check? I did not set a line somewhere to load the config file, I think should I? I copied the config file from the dx auth paths and named it dx_auth.php, placed in the CI config folder.
Someone willing to help a new CI learner find the way?