Hello!
I'm working on a project which has the following structure:
PROJECT_ROOT
site/
fuel/
index.php
.htaccess
In fuel/ I have the CMS. In site/ I have the public site (codeigniter too).
The problem is that I cannot get rid of the index.php because it is needed by fuel/ in order to function. I would like to move the contents of site/ to the root so I can view the public site without going to site/. I've already tried this but ended up in a mess!
Any suggestions?
Thank you.
Comments
1. Is the index.php file the bootstrap index.php file?
2. What specific folders exists within the fuel folder?
3. What specific folders exists within the site folder (e.g. assets/... etc?)
site/
fuel/
index.php (this is the bootstrap which is selected in blue in the picture)
.htaccess