I was watching the following video on codeigniter tv website and wanted to work with my application in the various stages and wanted to set it up with the different configuration variables so it would be easier to manage.
http://codeigniter.tv/a-9/Dynamically-distinguish-between-development-staging-and-production-servers
The problem is I believe with my install of the codeigniter files and the location of my dev sever.
Here’s my file structure. Anyone see a better way of doing this so I don’t have to do multiple installs and what not for codeigniter from production and development.
/
/dev
/dev/site1
/dev/site1/application
/dev/site1/system
/dev/site1/index.php
/public_html
/public_html/application
/public_html/system
/public_html/index.php
As long as all of the relative files and paths stay the same from dev to production you should be good. So, the structure you propose would be just fine.