How to Solve Split-DNS Issues When Internal and External Domains are the Same?

0
1
Asked By TechExplorer42 On

I've taken over a network where both the internal and external domain names are identical, and now users can't access the website from within the office. I've added the external IP to the website's entry, but the web host is performing a 301 redirect that strips off 'www,' causing it to redirect to the domain controller instead. I'm looking for the easiest solution possible since I don't have access to the web host, and I'm hesitant to rename the Active Directory domain just yet.

1 Answer

Answered By NetWizard101 On

While it's not ideal, one solution is to set up a small HTTPS proxy on your domain controllers that can redirect traffic to the actual IP of your website. You could also configure it so that 'www.domain.com' is the default, redirecting any direct traffic from 'domain.com' to the 'www' version. This has helped another customer in a similar situation and lets you create a 'www' DNS record for internal use.

WebGuru94 -

But what if the web host is also doing redirects?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.