Hi, I would like to know if it could be possible to have dynamic web pages per domain name. Let me please explain. In advance, sorry for the long desctiption.
I have a product, that I want to promote in around 50 us states. I bought all the 50 domain names. So the product names go something like: MyproductVirgiania.com , MyproductCalifornia.com, MyproductTexas.com, and so on.
What I would like to do is have a single set of dynamic web pages that would show different images in the header, title, description, and some body text or contact description that would be in part different, but that would be the same to other states in other aspects, all this depending on the domain name. The set would be of 4 pages for each, exactly the same 4 pages (ex. main, contact, services, references) but different by some dynamic aspects described above.
If I do not try a dynamic setup, I will go crazy trying to maintain this.
Here is what I understand. I understand that I will need a database that will contain the dynamic information about the 50 states, for an example the header image, the title, contact info, etc. I understand that I will need to forward (using masking redirect) all 50 domains to just one. I understdand that, for each dynamic part, I will have to call a function with the domain name as a parameter (example: getPageTitle ("MyproductCalifornia.com"
) , that will return different results, according to the function and the database.
So what I have no clue is: Is this possible to pass the name of the domain as a parameter to call the function? If yes, someone could tell me of this could this be done is aspx and php (I will eventually need both) so that the domainname parameter is obtained dynamically, that would look like "get(domain)" (ex. if I am on MyproductCalifornia.com, "MyProductCalifornia.com" is returned, if I am on MyproductVirginia.com, "MyproductCalifornia.com" is returned.
If my plan is impossible (which I doubt), could you please tell me? By the way, the reason I opted for this "50 domains solutions" is that I consider it will be better it general for adwords adds by states, and for seo in general ( I will be careful for duplicate content).
For information, I never did any php and aspx, but I have a programmer and some web design background. I will certainly post other questions related for next steps in other questions separately.
Thank's in advance!