I have previously posted this on the HTML forum, so please forgive me for repeating myself
I have a web home page that has website name and login on the main page. However this web site is registered under two domain names. A and B
So what I would like to do is when end user enters domain name A, they hit the site with that name displayed on the page, when they enter domain name B, they hit the same entry point, but with the page showing the url they entered for domain name B
ok Let me ask you this... is the difference in names as similar as .com & .biz or is the change more drastic than that?
You could run Frames that would solve the issue quick... it's very similar to how About.com shows offsite content. However the address bar can only show one address at a time.
Two URLs pointing to the same web site. When they hit the main page it is the word in the main page I want to change. The Address bar won't change. It stays with whatever you typed in before.
This can be done, but the settings would have to change on the web server pointing the IP addresses to the same domain names or have a setting in place to catch all addresses and redirect to a certain domain name. Hmm... thinking about that, you could actually place a redirect in your code so that when a user goes to your site (ie: acme.com) it automatically redirects to the other site (condoso.com). I know how to do this in cold fusion... <cflocation url = http://www.condoso.com> place that at the top of the page. Let me see what the code for a redirect is for HMTL. (might be a javascript)
I know its a weird request, but there has been a branding change, and the main page needs to reflect that branding, but still keeping the content of the site to be the same...
But at this rate I'm gonna start mirroring the sites...or at least try the redirect to the same site
Bookmarks