[eluser]CodeIgniterNewbie[/eluser]
OK, I'm still fairly new to CI:
1. What do you mean by "extract another application folder?" Do you suggest I make a copy of the existing application folder to, say, /application2/?
2. How do I change index.php to "point to that?" Right now, I have in my routes a route that points to a default controller.
3. For testing, what is this index.php I need to rename? And how do I point that to my upgraded application?
Will I be running 2 applications on my site while the upgrade is being done? Remember, I don't want anyone using the old application. I'm going to be making changes to the DB. These are breaking changes.