I have several websites that all use the same database. Each of the sites has its own masthead and template but when the data is updated in one db it has to also be updated in each of the other databases. Keeping them in sync is a hassle.
I wonder if there is some way I could modify the code to load the masthead based on the url that was entered and then redirected? Same for the css.
I want the appearance that it is different website even though there is really only one. I realize that the information in the db would be the same for all sites.
What would be the downsides to such a modification?



