I try to use Codeigniter in localhost with WAMP.
Problem is, that I can open just basic function in basic controller, and when I tried to use root like site/controller/function, its do not work. Result is that it put me back to wamp start page, or text that page not found.
Mostly I found solutions about makingthe .htaccess file, and many variations what to put in it.
To uncomment rewrtie mod in wamp .conf file. And in my web page to leave index_page empty.
But It do not work for me.
My controller:
class Home extends CI_Controller {
function index() {
$this->load->view('index');
}
function slide() {
$this->load->view('slider');
}
}
And my web page is in: www/mysite/….
Try this
.htaccessEDIT
Add the above code here
Don’t change any thing in
CI system..Once check this repo