[eluser]Unknown[/eluser]
Dear CodeIgniter community,
I am developing a small CMS using CodeIgniter, that I intend to roll out across a few of my websites. Some are standard PHP sites and others use CodeIgniter.
Naturally, I'd like to be able to 'install' the CMS to each website, by simply dropping a folder into the site and creating a database. This should be straight-forward enough for standard PHP websites, but I'm struggling to make it work with CI sites.
Does anyone have any advice as to how to go about placing a CodeIgniter site inside another one? I would rather not use subdomains.
Many thanks in advance.