Guest Posted December 9, 2005 Posted December 9, 2005 For some strange reason, under the control panel/Tools/Server Info, one of my customer sites has the domain listing for another customer site (oscommerce too!) Any ideas?
kgt Posted December 9, 2005 Posted December 9, 2005 What do you mean has the domain listing for the other site? Contributions Discount Coupon Codes Donations
Guest Posted December 9, 2005 Posted December 9, 2005 It is odd. But for whatever reason, it shows the domain of another customer in the server info section (server host).
kgt Posted December 9, 2005 Posted December 9, 2005 PHP is reporting the server name it resides on. Do they have the same hosting company? Contributions Discount Coupon Codes Donations
Guest Posted December 9, 2005 Posted December 9, 2005 PHP is reporting the server name it resides on. Do they have the same hosting company? The site in question and the site the domain refers to are customers of mine, and are hosted on the same webserver. However, neither is the "master" site. I agree with what you are saying, but in my domain CP, my site is the default. Neither site in question is setup as the default site.
kgt Posted December 9, 2005 Posted December 9, 2005 As long as _SERVER["HTTP_HOST"] is correct, it shouldn't matter. The Server Host at the top is found by list($system, $host, $kernel) = preg_split('/[\s,]+/', @exec('uname -a'), 5); So what does uname -a on the server return? Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.