Do you guys have an idea how to do this?
I have a website (mywebsite.nl) and another domain (mywebsite.be). I want mywebsite.be to have the same look and content as mywebsite.nl except the contact info is different.
Thanks!
Do you guys have an idea how to do this?
I have a website (mywebsite.nl) and another domain (mywebsite.be). I want mywebsite.be to have the same look and content as mywebsite.nl except the contact info is different.
Thanks!
You must be logged in to post a comment.
If you’re using WordPress then checkout their multi site functionality.
http://codex.wordpress.org/Create_A_Network
Should be able to apply the same theme to multiple sites.
in PHP and thus in wordpress you can get the name of the server and change your contactinfo depending on it:
You should only make one site, and just add 2 contact forms/contact information for each counties.
And put a redirect on one domain.
And like @pekka said, google will punish the content duplication.
Besides that in the source code domain names will get messed up and make your visitors cross domains unintended.