Z
Z
zholdas2013-09-13 09:23:50
Google
zholdas, 2013-09-13 09:23:50

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

2 answer(s)
B
Barmunk, 2013-09-13
@Barmunk

index.html
<meta http-equiv="refresh" content="0; url=http://example.com/">
or
<script language="javascript"> window.location = "http://new.example.com/address"; </script>

Y
yetiman, 2013-09-13
@yetiman

Try to cheat, do not redirect, but load inside the context tag <iframe href=""></iframe>from the site you are redirecting to.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question