I bought a domain www.whatever.com and i'm currently using google apps.
Is there a way i can use one of my google sites as my website in my domain?
To explain myself better:
When anyone access my domain www.whatever.com i want people to see my google site i created with google apps.
Thankyou very much for your answers.
These links may help:
http://googlesitesblog.blogspot.com/2008/07/google-sites-on-your-domain.html
http://www.google.com/support/a/bin/answer.py?hl=en&answer=99448
I think this question may be more suited to serverfault: https://serverfault.com/
Its called domain fowarding.
You go to your registrar and forward with masking or without masking your domain to the google app site home.
http://en.wikipedia.org/wiki/URL_redirection
http://help.godaddy.com/article/422
I believe the service is called "Google Apps for Your Domain" see google apps for your domain. I hope this helps.
Related
I developed a next.js app where everyone can design his own profile page.
Today, everyone using a unique sub-domain like jake.app-name.com and ben.app-name.com.
I want to give everyone the option to connect his own domain to point to his profile page like jake.com.
I know how to manage it on the server after the domain is pointing to the server.
My question is how can I connect, using code (API) many domains to my google app engine without any limitation in the future? What is required? Google will manage all the SSL certificates automatically? I will have an additional cost?
Thank you.
I haven't looked into this in 2021 but as of last year this was not possible. You have to manually map each unique domain to one of your subdomains.
Regarding SSL certificates, note the following from Google
....If you are using subdomains, there is a limit of 20 managed certificates per week for each base domain. ..
first off i want to thank you all for the amazing information on here, i have learnt so much!
so the issue i have is i need to create a static web page for when we have a whole site down, as we host general maintenance pages on word press.i need to have multiple domains redirected to this web site when this issue occurs. the way i was thinking of doing it , is create a storage account then add to a static website to that storage container. then place the web page in a CDN adding multiple domains. then adding a cname record in DNS pointing to that endpoint? would this work?
many thanks in advance
Unfortunately map multiple custom domains directly to storage accounts website is not currently supported
https://feedback.azure.com/forums/217298-storage/suggestions/955579-enable-multiple-custom-domains-for-storage-account
You can integrate a Storage Account static website with Azure CDN and map a custom domains.
https://learn.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain?tabs=azure-dns%2Cazure-portal%2Cazure-portal-cleanup
Hi Google Cloud experts,
I want to use my custom domain www.example.com in App engine custom domain.I purchase domain from GoDaddy.
How can i do it.
App Engine indeed supports the use of custom domains. I would recommend you to take a look at the documentation Adding a custom domain for your application.
On this tutorial, you will find all the information and steps needed for you to use your custom domain with App Engine.
Besides that, you can even use subdomains and wildcards, in case you want to use a range of domains or a list of domains, that you can redirect them to your application.
In addition, I would recommend you to take a look at the documentation Secure your custom domains with SSL, so you can find security information to implement on your application, once you are using your own domain.
Let me know if the information helped you!
Once you have purchased domain through Godaddy, you just need to point your domain to your hosting provider name server.
For my personal site, I have a firebase project (using firebase hosting) which is alloted to my apex domain (http://exmaple.com), and I have another firebase project, which I want to allot to a subdomain of the same apex domain (http://subdomain.example.com), but firebase doesn't allow me to do that, any workarounds?
You can now add multiple domains to a single Firebase Hosting site. Domains can either serve site content or redirect to another domain (editable at any time). In addition, you can now use subdomains of the same registered domain on different projects, such as example.com on one project and blog.example.com on another. Visit your hosting admin page to configure them.
"This is currently a limitation of how custom domains work on Firebase Hosting. We're exploring ways to improve and make it possible to reuse the same apex domain across multiple sites, but we don't yet have anything concrete to announce at this time."
- Michael Bleigh
I am new to Windows Azure, and from what I have read online it appears that any website hosted in Windows Azure needs to be a .azurewebsites.net website. So, if I had a website www.mysite.com hosted elsewhere, then it seems I cannot host this same site in Windows Azure, since I would have to use mysite.azurewebsites.net as the website url.
Question: Is above fact true? I could not find any documentation or any online article on this.
You can certainly host your own domain using Azure, as detailed in this support article (which links to a walk-through).
You can bind your domain to a website or cloud service, just I believe this is only something available in a paid tier. (Follow-up: Using a domain is only available in Shared, Basic or Standard mode.)
No, this is not true. You can have other domains, but in the background it will always has a .azurewebsites.net. See my blog as an example: http://www.buzzfrog.se. (This is only an example of the hosting.)
Here is an article how to do it: https://azure.microsoft.com/documentation/articles/web-sites-custom-domain-name/
/dag