Reputation: 415
I'm still trying to figure out how to work with netbeans and codeigniter projects. I have the following structure tree and I am trying to figure out tht when I open up http://localhost/MyFirstProject
that it'll use the index.php file that resides in the site folder. Anybody use netbeans here and can tell me. I've already started the project.
Projects
- MyFirstProject
- Source Files
- application
- site
- assets
index.php
- system
- Test Files
- Important Files
- Include Path
Upvotes: 0
Views: 115
Reputation: 602
It looks like you're using a bit of a non-standard layout, but you can change the index.php file like this:
Enjoy :-)
Upvotes: 2