I have an existing site almost 85% of its contents are database driven, Now I want 50 more such sites. I have an Idea of using this site as base site and access this site from different domains. I can keep database different for each domain. All of these websites behave and work as independent sites , except the fact, that these all is actually using a single site with their own database .
Now Is this a feasible idea ? what are the Pros and cons of this approach ? Is there an issue of Google blocking these sites arise ?
I have given one more option of keeping centralized database for sites and keep there code in respective domains.
I am confused as am also a newbie in PHP and web development.
I found some breakthrough here .htaccess RewriteRule: two domains using same server and directory now I have to see about Google issue
Thanks