I am trying to use Google Cloud Services to host my website, purplechurch.com, using the free tier. I did the following:
I set the CNAME on my dns to c.storage.googleapis.com and waited a day. The website used to be hosted elsewhere and the domain name is not administered by Google. (I did not change the A records with their original associated IPs.)
I am unable to access the website using the subdomain or root domain. When trying to access the website I get a Google generated 404, not my website generated one. The pages and assets are visible using the bucket's public access URL.
A ping returns the original IP location of my website. However DNSchecker.org shows all records with an IP apparently generated by Google and the owner being Google.
I wanted to avoid using a load balancer or LAMP stack due to cost. The website is educational and does not get a lot of traffic.
thank you for any help you might offer...and please let me know if there is a better place to ask the question.
Michael
Solved! Go to Solution.
You could check out this codelab with detailed instructions about how to host a Static Website in Google Cloud with Cloud Storage.
Also this article would be helpful.
Some troubleshooting tips:
Just take into account that:
You could check out this codelab with detailed instructions about how to host a Static Website in Google Cloud with Cloud Storage.
Also this article would be helpful.
Some troubleshooting tips:
Just take into account that:
this this codelab is also showing 404 not found.😅