Create subdomain and point to a blogger blog at Google Domains - blogs

I have registered a domain example.com from Google domains and have pointed this to my main website.
Also, I have created a blog at blogger and I want to create a subdomain in google domains and point this to my blog at blogger.
I have created CNAME record and add my subdomain as blog.example.com on my blogger account, but it doesn't point my blog at that subdomain.
Help me, please!
How can I properly configure subdomain for my existing Blog.
Thank you!

Related

How can I create my own subdomain of my github.io page?

Not sure if this belongs here, but:
I have a github pages site, norway-yv.github.io. I want to create e.g. the subdomain of that subdomain short.norway-yv.github.io for URL-shortening (like, creating short.norway-yv.github.io/trains for my train-information repository project). How can I create the short.norway-yv.github.io subdomain using github pages?
You can’t.
Github offer you username.github.io for your main site and username.github.io/project-name for projects.

How to host my own website with my own html documents

I know this is the most basic of questions. I made my own website in HTML documents. I bought a domain name from google. How can I publish this, how can I host it? I don't want to use any website creator, I want to publish my own files that I worked on.
You can use Github to host your website on your own domain.
You have to add the whole files needed for the website. Then in the settings of your repo use the Github pages feature and enable it. Change the source of Github pages to host in your own domain. Then you have to add some A and CNAME records of your domain to point to github servers.
Here are the full steps for the process - https://www.geeksforgeeks.org/publish-websites-on-github-pages-with-a-custom-domain/

Create a Github Pages subdomain while main domain is elsewhere

I am trying to host a custom subdomain with Github Pages.
My apex domain (http://example.com) is pointing to a custom server (not Github Pages).
I am trying to get a subdomain of this (http://subdomain.example.com) to host a Github Pages site off a project page.
I have created a CNAME record for the subdomain pointing to http://username.github.io but it comes up with this error:
Your site's DNS settings are using a custom subdomain,
subdomain.example.com, that's set up as an A record. We
recommend you change this to a CNAME record pointing at [YOUR
USERNAME].github.io. For more information, see
https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/.
I have also tried moving the project to its own Github organisation and pointing the CNAME to organisationname.github.io but it has the same result.
In both instances I have waited 24 hours for the DNS to propagate.
I have tried following the official tutorials and searching in StackOverflow for answers but have not been able to find anything for this situation.
Is this even possible to do or do the A records for my http://example.com domain affect all the subdomains below it?
Found a solution with Github support.
Turns out the answer is yes you can. I just had my apex domain configured to use Cloudflare and totally forgot about it. I made the changes described in my original post in Cloudflare and it all worked fine.

How to link my Google Domain to a custom HTML webpage

My team and I have recently purchased a Google Domain, but when trying to have the website it is connected to, it only gives us the options of website builders. We have a GitHub repository with all of our files that we want it to host, but again, only website builders. Can I make my Google Domain connect to a custom HTML page?
You can host your content on GitHub and serve them with GitHub Pages
https://pages.github.com
You can have your Google Domains domain point to it.
https://help.github.com/articles/using-a-custom-domain-with-github-pages/
You'll need to add a CNAME file to your repo with your domain URL in it. Add it manually or follow the instructions here.
https://help.github.com/articles/adding-or-removing-a-custom-domain-for-your-github-pages-site/
You'll need to add some A records at the Google Domains control panel with the IP addresses of GitHub's servers (currently 192.30.252.153 and 192.30.252.154).
https://support.google.com/domains/answer/3290350?hl=en

Uploading different source files to different subdomains

So I have multiple subdomains on my site. One of them, the blog subdomain, has a WordPress blog. I've uploaded the index.htm file to the server, but now that one index file is visible for all my subdomains. How would I change this so that different subdomains can have different index.html files?
Here's a knowledge base article to setup a subdomain on fatcow. I don't have my login information for my fatcow account here but if this doesn't help I can do some more looking tonight and help you out more.
http://www.fatcow.com/knowledgebase/read_article.bml?kbid=2939
Here's a good video on how to use their Domain pointing Manager
http://www.fatcow.com/support/tutorials/DomainPointingManager.html