I have purchased a domain from bigrock.in and created a free hosting account in 5gbfree.com. but i couldn't find how to add my domain to it. Domain name venneers.in. please someone help me. thanks in advance.
The domain: venneers.in resolves IP address: 173.193.106.13. Looking at online DNS settings, there does not seem to be an issue with DNS configuration.
When we browse this domain it is showing blank page. You must browse site from server to check the exact error and get it fixed OR check in log files to find the exact error.
Related
I have created one azure web app service (S1:1), I have registered custom domain (TXT, CNAME & A records in DNS) for this site. I am able to access site using FQDN (https://xyz.pqr.com) but when I am using IP address to access this site it give me below error.
Why am I doing this?
I want to redirect another application to this application using DNS resolver for that it make use of IP address.
The 404 error occurs due to multiple reasons, please check the below to resolve the error:
Please check your domain resolves to the apps IP address by using whatsmydns.net
Please check whether the A record is pointing to the wrong IP address.
Check whether the custom domain is having correct A record and CNAME configured.
The old IP address may be cached, so trying to clear the cache.
Make sure the custom domain is present in the Azure App Service like below:
Please note that, using both a CNAME record and an A record for the same domain can cause a conflict and prevent the domain from being resolved.
Please check this MsDoc for few causes and solutions that may give you a pointer to solve the issue.
For more in detail, please refer below links:
Azure WebApps Custom Domain 404 error by AjayKumar-MSFT
Azure web app custom domain problem by Ryan Hill
How to create a sub site like subdomainname.domainname.com in DNN?I tried creating. It is giving DNS_PROBE_FINISHED_NXDOMAIN error. Can anyone help to resolve this.
This sounds like you haven't actually configured the DNS for the subdomain.
Wherever you managed your DNS, configure a CNAME record for the subdomain, then add it to DNN as a new Site.
After creating DNS zone in azure I opened my domain name cpanel and add nameservers then it gives following error:
NameServer ns3-02.azure-dns.org. should be in proper format
I was looking for this error in google but I haven't found any solutions. I want to host my blogging site on azure.
Your steps are correct. If you encounter this problem, it should be a problem with the domain name provider.
Juunas's suggestion is right, adding nameservers does not require dots at the end.
According to your description, I tried it myself, and finally failed to solve the problem in my panel. The operation steps are correct. Finally, contact godaddy, let the customer service staff operate in the background, and finally solve the problem. The steps are exactly the same.
I saw your screenshot, it should not be godaddy, please contact the service provider for assistance.
I got WHM on our VPS and already set up some websites in it.
Usually, I only need to create new Account, fill out the form (domain name, setting, etc).
Then change the nameserver on the registrar's website, then wait for max 48 hours.
Then the website is live.
But now the website is not live yet. I have been contacting the hosting support, but they do not respond quick.
Could you guys please let me know what should I check to identify the problem?
Thank you!
First of all you have to check if you WHM hostname is a valid hostname and then if the hostname points back to the WHM server ip. Then you have to check with a tool like intodns.com if you DNS zone for the domain is correct and if the domain name points back to your server's ip. If you can, please post your domain name (the one that is supposed to load from your WHM server).
I am just starting my adventure with Azure and have encountered quite a few problems with setting up DNS settings for two domains, one with CPanel as management portal and the other one with DirectAdmin.
CPanel
The domain with Cpanel is setup correctly so that I can visit it at domain.com rather than domain.azurewebsites.net, but had a lot of troubles with receiving e-mails. Through my research I found out that the best solution is to get Google Apps or Microsoft 365 and host the domain on DNSimple. Is that right? Is there a way to sort it out without paying for services such as Google Apps/365 or programming mail receiver and sender in code?
DirectAdmin
I cannot get DNS set up properly at all. At first, similarly to what I did with Cpanel domain, I pointed "www.domain.com." to "www.domain.azurewebsites.net" and "awverify.domain.com." to "awverify.domain.azurewebsites.net". I also point to the IP given by Azure via A record "www" to "Azure IP". It didn't work so I thought I'll make a subdomain and repeat the steps from before but this time for azure.domain.com. Still no luck.
Any idea what I am doing wrong? Apologies if the question is too broad. If need any more information let me know.
it might be because as per rfc it is invalid
domain.com IN CNAME host.cloudapp.net ==> invalid
this article explain how to do it using either CNAME or A
http://azure.microsoft.com/en-us/documentation/articles/cloud-services-custom-domain-name/
there is a proposed DNAME but i havent tested it to be working yet.