I was wondering if Fuel CMS has ever been modified such that 1 application install could serve multiple domains? That is, the server name is used to look up a domain table primary key, and then page_variables / pages with that foreign key are served as requested. I was thinking of ways to do this with vanilla Codeigniter, but Fuel is so much richer, and the page routing would be so similar in many ways to Fuel's that maybe I'd be better off using it instead.
The ideal solution would mean just adding a domain to server, and the base application is instantly able to serve content specific to that domain (although the source database would remain the same). Accessing the admin would of course filter on the domain too.
Comments