I have purchased a domain name from a local hoster.
When I go to may panel it shows the following things.
Registered Domain
I want my blogger to point here. But I have no idea what to do here.My domain name is bropoint.com. Heres what blogger says.
Blogger Details
Any one could help me with this ? Thank you.
Note
- Depending on your Domain Provider, the process may vary.
In BlogSpot
Head over to Settings > Basics and you will see an option which says Publishing >Blog address > + Setup a 3rd party URL for your blog
After adding the domain name, it will give two CNAME records. Once you have these CNAME details, login to your domain control panel.
If You are Using InMotionHosting
Click the Advanced Zone Editor button in the Domains section.
Click the drop-down menu, and choose the domain you want to edit the DNS for.
Click the drop-down menu under Type, and choose CNAME.
Add the record like this
Similarly add the second CNAME also.
You should be able to see both the CNames then.
Related
I'm trying to follow the steps on https://cloud.google.com/storage/docs/hosting-static-website to host a static website on Google Cloud Storage. The domain, "peek.solutions", I bought on Google Domains.
I'm at the "Creating a CNAME alias" part. On the Google Domains Registrar, in "DNS settings" and "Custom resource records", I added one with the NAME "www.peek.solutions". However, I noticed that after I click "Add" the NAME gets truncated to "www":
Also when I try to change it to "www.peek.solutions" with the "Edit" button, like so,
After clicking "Save" I still get the same truncated "www" name.
The problem with this is that according to the instructions, I'm supposed to create a Bucket with a name that matches the CNAME I created for my domain. If I try to fill in "www" in the "Name" field, I get "The bucket is already in use":
Why is Google Domains truncating the "NAME" field when defining a CNAME alias?
Try creating the bucket with the full name, so www.peek.solutions.
You've had to show you own the domain so you should be able to create this bucket.
Buckets namespace is fully global. So if someone in the entire world had the idea to name his/her bucket 'www', this means it's not available for every other person on the planet. Other naming requirements are listed here, but you should just name it www.peek.solutions
In this documentation under CNAME, google seems to only display www as well.
I suppose it's the right way of doing it, just not an intuitive way of displaying it by Google.
Either way you can still modify the CNAME setup once you've created the bucket, so just create it and see if it works!
I am trying to create New Domain on Google Domain ...But I am getting stuck on these settings
Where Do I suppose to add TXTName or CNAME Record ? ....
I have seen some tutorial , but they are referring to Godaddy or Bluehost .. I dont wanna add on them . I wanna add on Google Domain ..
What is something I am missing ? is there any reference to add on google Domain
Click verify, it will then fail, go to the register portion of Google domains and at the bottom add the required records to the appropriate domain.
Suppose, A web site owner lost the information regarding the site control panel information or from which company he buy the domain and so on....
this situation how to recover these information. ie- get domain control panel?
I have only the domain name.. Ex:- the-boy.com.
Is there any way to find out the domain registered company/control panel by the domain name it self. ?
You can use websites like DomainTools to see WHOIS information:
Domain Name: stackoverflow.com
Registrar: Name.com LLC
Say, you have a 2nd level domain name of your home town: my-town.us and you want to give away 3rd level domain names (like the-barber.my-town.us) automatically and for free to anyone requested (i.e. implement 3rd level domain hosting). How would you go about implementing it?
I thought about using wildcard DNS record *.my-town.us to point to a web app, which would make a redirect based on requested url. But that would not be any good, because redirect will, well, redirect instead of using the desired domain the-barber.my-town.us.
You should delegate subdomains, just like the domain my-town.us was delegated to you.
Just like you supplied contact information and a list of nameservers when you registered my-town.us, they should supply contact information and a list of nameservers to you. You then list these nameservers as NS records in the parent zone.
A domain name that we have is using google mail as its backend, but its not hosted anywhere (no website). How can I, through the registrar interface (I'm using 1&1), redirect ppl who type in http://mail.example.com to http://mail.google.com/a/example.com ?
I can create a subdomain and set its DNS/CNAME, but what do I put where? Also, if I make this change will it affect the existing mail delivery (for which everything is running fine presently).
It turns out it wasn't that tough... and the instructions are part of Google itself:
Dashboard -> Service settings: Email -> General:Web address -> Change URL
https://www.google.com/a/cpanel/example.com/CustomUrl?s=mail
Changing CNAME record
To use the custom URL mail.example.com, you must change the CNAME record with your domain host.
Sign in to oneandone.
Navigate to your DNS Management page. The location and name
of this page will vary by host, but
can generally be found in Domain
Management or Advanced Settings.
Find the CNAME settings and enter the following as the CNAME value
or alias:
mail
Set the CNAME destination to the following address:
ghs.googlehosted.com
Save changes with your domain host and click "I've completed
these steps" below.
You cannot redirect to a path (such as /a/example.com) using only DNS. DNS CNAME records can make mail.example.com/foo effectively point to mail.google.com/foo, but something more sophisticated will require HTTP redirects. This means you need someone hosting your web page for this to work.
Sorry.
If your registrar offers an "HTTP Redirect" option, you can use that. Some registrars do. If you use this, they're effectively running a minimal web server for you. Note that this may break SSL when users access your page via https://example.com.
Mail delivery is via MX records, which won't be affected by changes to other types of record (so long as you don't interfere with the DNS records for the domain's mail servers).