Hi,
Short back story:
We had a website developed by a company back in 2009, for some reason they made a mistake on the SSL certificate generation where any attempt to reach www.domainname.co.uk would return a security validation on screen (not the case when directing to domainname.co.uk). To resolve this issue, the developers redirected the url to domainname.co.uk whenever a 'www' was used in the url. 3 years later, we have parted ways with that company, they were leaving much to be desired in regards to testing before publishing etc. We've hired a new web developing company to take over the reigns. A few teething problems at first as the previous company didn't provide the documentation (i will forever curse their name). Two weeks ago, we wanted to direct all traffic from another domain name we own, to this server, and discontinue the old domain name over time. We changed the DNS settings with our provider to point to the server (A/IP Address), for both the 'www' and non-www DNS.
Problem:
When ever we try to use the www.newdomainname.co.uk the url redirects to newdomainname.co.uk.
Attempted:
We checked with the DNS provider to make sure everything was setup correctly with our DNS settings, and both 'www' and non-www were being resolved to the IP address as expected.
We checked the web.config file to see if any redirecting was taking place there, there were none.
We checked the HOST file to see if anything in there would be causing the problem, there was nothing.
We checked the IIS to see if any re-directing were taking place, there were none.
We changed the HOST file to redirect to www.newdomainname.co.uk, however; it loaded a blank screen.
We have hit a reinforced brick wall in trying to resolve our problem, neither myself nor the new developer can identify the cause of the re-direct, the DNS provider and Server provider both recommend it being a configuration problem. The next step for the moment is to reach out to anyone who may have an idea as to the problem.
*** The previous developers are unavailable for contact. ***
Can anyone suggest something for us to look for, or to try in order to resolve this problem?