Azure Custom Domain (Namecheap) not working without www

徘徊边缘 提交于 2021-02-08 03:58:14

问题


I thought I had all my mappings perfectly done:

I'm able to add the www.mydomain.me to azure but not mydomain.me. Is there something I'm missing?

Edit: When I attempt to point to mydomain.me in my broswer, I get the following error message:

Error 404 - Web app not found.

The web app you have attempted to reach is not available in this Microsoft Azure App Service region. This could be due to one of several reasons:

1. The web app owner has registered a custom domain to point to the Microsoft Azure App Service, but has not yet configured Azure to recognize it. Click here to read more.

2. The web app owner has moved the web app to a different region, but the DNS cache is still directing to the old IP Address that was used in the previous region. Click here to read more.

Thanks


回答1:


It's hard to tell what's wrong since you've hidden the settings. Here's what should work:

  • A Record points to the IP address found on the Azure portal
  • CName awverify points to awverify.yourservice.azurewebsites.net
  • CName www points to yourservice.azurewebsites.net


来源:https://stackoverflow.com/questions/35528669/azure-custom-domain-namecheap-not-working-without-www

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!