Forum Moderators: mack
I've been analyzing two web sites and found a strange thing.
Let say, there are two home pages:
[domain_1.com...]
[domain_2.com...]
The strange thing is when I replace domain portion of URL like:
[domain_2.com...] - (replaced "domain_1" with "domain_2") I get the same page as I used "domain_1".
I am not a DNS guru. Any help in explanation of how it happens greatly appreciated.
Thanks
As webfoo says it is to do with server configuration. Check if [domain_1.com...] and [domain_2.com...] without any file or path give the same page, also check if any redirection is happening that is when you enter say [domain_1.com...] does it stay as [domain_1.com...] or something else.
Do you know what kind of web server it is, apache ?
Thanks for your responses.
If I type [domain_1...] I get redirect to the [domain_1...] and so on to the home page. If I replace domain_1 with domain_2 and do not change folder 's path I get the same page.
If I type [domain_1...] and domain_2 I get two distinct pages which belong to the corresponding domains.
Ip address is the same for two domains.
Thanks everybody