Hi everyone !
I'm a beginer with codeigniter and I have a problem with an 403 error : You don't have permission to access /b-best/application/controllers/InscriptionController.php on this server.
Actually, my default view (homePage.php) is working, I can display it but the problem is on a link.
In my HomePageView.php I have <a href="InscriptionController.php"> Subscription </a> and in this controller I load the view like this : $this->load->view('RegistrationView.php');
The 403 error happens now. I don't know what I have to do. My config file is ok, my $config['base_url'] is 'http://localhost/b-best/'; my $route['default_controller'] is the HomeController.php and my database.php is correctly configurated.
If you have any idea about what to do, it would be really helpfull to tell it to me.
Axel