PDA

View Full Version : Google Page Create - Redirection



kinson
March 8th, 2007, 05:35 PM
Hi guys,

First and foremost, I wasn't sure which forum to post this in. If its in the wrong forum, moderators please feel free to move this(Programming forum? It didn't seem much like programming :p ) :)

Anyways, I recently created a site in google pages, and wanted my home page to redirect to that site, so I entered the code:



<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">


It works, but the problem is, when I'm trying to edit the code in google pages, the moment I enter the page, it redirects me to the other page, and I don't get to edit the page :( So right now I can't even get to edit that html code :(

Some other people suggested putting


<SCRIPT type=text/javascript> <!--
window.location = "http://polycrystalline.googlepages.com/background"
--> </SCRIPT>
But I figured if I didn't use javascript, it would probably be easier(less complications) on people who visit the site, Any ideas?

Anybody have any idea how I may be able to edit that page so I can turn off the redirection? :p

Cheers,
Kinson :)