3

Is there any way to host an entire site on Google Cloud Storage? That is, map a bucket directly to a top level domain.

e.g. :- create a bucket called www.example.com and CNAME to www, then when the user visits www.example.com and also example.com,should serve the content directly from cloud storage

I am able to run www.example.com but not example.com

Any solution?

Stephan Muller
  • 27,018
  • 16
  • 85
  • 126
Kalpesh Prajapati
  • 1,703
  • 1
  • 12
  • 15
  • Did you try to create a bucket without the WWW and then create a CNAME record pointing to the A record? – George Sep 09 '14 at 14:15
  • The only workaround to use example.com is to point the A record to the IP resolved by c.storage.googleapis.com, but this is a bad idea as the IP may change and break setup. – Paolo P. Sep 22 '14 at 13:20
  • Possible duplicate of [How to host an entire site on Google Cloud Storage?](https://stackoverflow.com/questions/20731252/how-to-host-an-entire-site-on-google-cloud-storage) – Nakilon Oct 19 '17 at 02:08

0 Answers0