How do we display different content in a different domain on the same website?
example
domain.com content show this in body
*hello you are vising domain.com*
domain.net content show this in body
*hello you are vising domain.net*
But domain.net
and domain.com
is the same website in the same server. domain.net
is a mirror from domain.com
.
Do I need to use php if condition blablabla
?