I own a couple domains. prodiscprint.com and prodiscprint.co.uk
If someone visits the .co.uk website, they automatically get redirected to the .com page... a service of my hosting provider. As you may notice, my logo includes the url.
I'm wondering if there's a way that if someone visits .co.uk and gets redirected that a new logo will appear to feature the .co.uk logo on the .com website.
Thanks for any and all help!
Webpage Redirection and Image Reload Q?
You will want to setup the webserver to have virutal hosts for each domain vs. forwarding co.uk to .com. Once that is done you can use php to read the HTTP_HOST and if it ends in .com, show one logo, otherwise, show the other logo.
This can be done pretty easily w/ apache, if you control it. Your hosting provider may complicate matters a bit if you don't have total control of how the webserver is configured.
Webpage Redirection and Image Reload Q?
i have no solution for this
but i have an idea
why do u have two domains and one redirceted to other ?
cuz u want both .com and .co.uk
here u dont want the same content
so
u have to un bind them to the same domain
and make leave the stie content on the .com as it is
and upload it all again to the .co.uk with the change u want in the logo
the problem here is that u dont use a dynamic language like asp or php
if u used it it could help.
i wish it helps
best regards
empnetwork.net
Webpage Redirection and Image Reload Q?
use linking method