The best way to deploy one site for two companies in ColdFusion?
Posted
by Ofeargall
on Stack Overflow
See other posts from Stack Overflow
or by Ofeargall
Published on 2010-06-18T15:03:05Z
Indexed on
2010/06/18
16:23 UTC
Read the original article
Hit count: 230
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?
© Stack Overflow or respective owner