my domain name on the azure microsoft [closed] - azure

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I opened a "shared" web site on azure microsoft. my domain name is "mydn.azurewebsites.net" ,I purchased a domain name "mydomain.co.il" and did the following from https://www.windowsazure.com/en-us/develop/net/common-tasks/custom-dns-web-site/ to make my domain name work.
my dns provider told me to add "url forwarding " to "mydn.azurewebsites.net" .
my Q is. will it cause problems with SEO ? google search

I did the same as you and have not had any problems.
My DNS server is set up with a CNAME entry that points to mydomain.azurewebsites.net.

Related

Pointing a domain to a different host? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to point a domain name hosted at namesco to a different server, but the people who own the server have said not to change the nameservers as it will break the emails they have. They have said to point to a server name host.therename.com.
I have tried pointing the www CNAME to host.therename.com but it has not changed (48 hours ago), am I missing something?
You need to add an "A" record to your domain, and point that to the IP address of the server that you want to host the website on.
You can leave the CNAME on the "www" subdomain, so people typing in yourdomain.com and www.yourdomain.com will end up at your server.

Website doesn't appear unless www. is used? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
There is some sort of DNS error on my clients website that is hosted by HeartInternet. For some reason the site does not appear unless www. is specified explicitly.
Works: http://www.elmhaven-marina.co.uk
Doesn't Work: http://elmhaven-marina.co.uk
How can this error be fixed?
You need a "#" A record pointing to elmhaven-marina.co.uk in your DNS
The DNS record simply doesn't have an entry for "www." then. It needs a CNAME pointing "www." to "#", meaning, an alias for the raw domain.

Using sub-domains with Google Analytics [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have added Google Analytics to my primary domain and added the script to the head section of each page. I have done similarly with a sub-domain. Both the primary domain and the sub-domain are showing under the primary domain statistics.
I have used the multi-domain script in each head section. I have created a filter by following the Google instructions, but the filtered profile doesn't show anything at all.
How can I get statistics for each domain & sub-domain separately?
very simple, just create separate profile for each sub-domain and add profile specific code into all the pages of respective sub-domain.

Creating URL subdomains [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How are sites like bandcamp, blogger, etc creating these custom url with subdomains
example:
http://themidwestbreaking.bandcamp.com/
normally you have to add to your A-RECORDS in your DNS, but I am pretty sure they are not doing that.
Wild card dns. There is a subdomain set up as *. You have to set up your webserver to accept *.yourdomain.com, then you can extract the subdomain from the URL and process however you want.

CNAME for subdomains needed? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Hay, I'm having a little trouble.
I have the following domain over at easily.co.uk
www.foo.com
and i have that site hosted over at 1and1. This site is working fine.
I want to add a subdomain to this site, so i went into Plesk and added the followig subdomain
bar.foo.com
However, when i point my browser to that subdomain, it fails.
Do i need to setup a CNAME record for this subdomain?
You tell your DNS hosting company to do so. - You can also set up a wildcard record which will direct every possible subdomain to your IP.

Resources