CodeIgniter Forums
Versioning the Application Folder - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Versioning the Application Folder (/showthread.php?tid=54126)



Versioning the Application Folder - El Forum - 08-23-2012

[eluser]Unknown[/eluser]
In theory, suppose I needed to give different sites access to different versions of my CI app.

If they were hosted in the same place and the CI system and application folders were stored outside the web root, I would probably have multiple application folders named according to their versions.

But what do you people think would be the best solution with regards to pointing at the right application folder?


Versioning the Application Folder - El Forum - 08-23-2012

[eluser]Aken[/eluser]
Sounds like you could just add the logic to your index.php file to point to the appropriate application path.