Is there a CodeIgniter CMS out there that supports running multiple websites from one codebase?
I would like to point my dns to site1.com , site2.com and then the CMS should serve the right website.
Already searched for CI projects with this functionality but nothing much came up, anyone has a recommendation? Thanks in advance!
Well I had a solution for this. I checked the domain you came from, and was using different configuration file for this in which I pointed to different url.php (sorry I’m not in php for 2 years so I hardly remember filenames). This was all done in that main codeigniter php file before anything else is initialiased.