The best way to deploy one site for two companies in ColdFusion?
- by Ofeargall
My client has multiple companies; different names/logos etc, but all the content on the sites are identical with the exception of said names/logos.
In a ColdFusion environment, what would be the best way for me to serve up identical content and swap out the logos/company names on the fly so I can keep everything in one spot? Is this a jQuery solution? regex? Or will ColdFusion enable me to deploy this in an efficient manner based on the url and session variables?