Hi All,
I’m just learning code igniter so I apologise in advance if this is a stupid mistake on my part. I’m just going through the video tutorial, and I’m trying to use a scaffold. I have configured the system to use a scaffold for a users table. The problem I have is that when I click on the add records button, I get a 404, because part of the URL has been replicated.
Eg: It is trying to access http://10.0.0.20/Index.php/hello/scaffolding/index.php/hello/scaffolding/add
Instead of : http://10.0.0.20/Index.php/hello/scaffolding/add
Can anyone tell me why it’s doing this?
Many thanks.
