You can't set a page that you upload as your home page, but you can
add a redirect script from the normal one.
<script>
document.location.href="index.html"
</script>
On Jul 6, 4:55 am, Kerry wrote:
> On Jul 6, 1:02 am, Trying GPC wrote:
> > Hi,
> > I am trying to repalce default google's homepage with my html page. I
> > uploaded index.htm and deleted default google's page. I was hoping
> > that my index.htm would show up when i point to my domain but it
> > didn't. I was able to see index.htm though after i gave full path to
> > index.htm (http://mywebsite.googlepages.com/index.htm).
> The home page for a GPC site must be created in GPC, but you can make
> it a simple page that merely redirects to your other home page.