Answer the question
In order to leave comments, you need to log in
Redirecting a site on google site to another site on google sites
There are two sites on the google sites platform: domain1.com, domain2.com
How to redirect visitors from domain1.com to domain2.com?
I didn't find it in the settings.
Thank you.
Answer the question
In order to leave comments, you need to log in
index.html
<meta http-equiv="refresh" content="0; url=http://example.com/">
or
<script language="javascript">
window.location = "http://new.example.com/address";
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question