I have a problem, I have my project folder in codeigniter framework with programs already worked, then I passed my project folder to another computer and I wanted to execute each one of the controllers and also seen but the server shows me that I do not have permission, then install another codeigniter framework and the same thing happens as I fly to run my programs in codeigniter.
this is located in the "www" folder, I use the appserv package (phpmyadmin, mysql apache) my settings:
- project / application / config:
- $ config ['base_url'] = ' link ';
-
$ config ['index_page'] = 'index.php';
-
project / application / routes
- $ route ['default_controller']="store";
-
$ route ['404_override'] = '';
-
project / application / autoload:
- $ autoload ['libraries'] = array ('database');
- $ autoload ['helper'] = array ('url');
in the file .htacces only has this written: deny from all
How can I use codeigniter on my Apache server?