Hello !
I have a problem with a link on my local web site. I try to redirect the user with a controller in a <a href="my_controller">link</a> but I can't make it work.
Or the problem is a 403 error : I can fix it deleting the htaccess file but the problem wich happens is : class CI_controller not found in : class my_controller extends CI_controller {}.
Either the problem is : No direct script access allowed when I put the this line of code : defined('BASEPATH') OR exit('No direct script access allowed'); at the top of my controller file.
It's really boring, I can't work because can't access to my file... I'm working with wamp server but I do have no ideas about what I have to do.
Thank's for reading me,
Axel