Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.test1.com/">
<? //301 redirect from this page to Page B
header("HTTP/1.1 301 Moved Permanently");
header("Location: [URL unfurl="true"]http://www.mydomain.com/B.php");[/URL]
header("Connection: close");
?>
<HTML>
<HEAD>
<SCRIPT language="JavaScript1.1">
<!--
location.replace("[URL unfurl="true"]http://www.example.com");[/URL]
//-->
</SCRIPT>
<NOSCRIPT>
<META http-equiv="Refresh" content="0; URL=http://www.example.com">
<META NAME="ROBOTS" CONTENT="NOINDEX">
</NOSCRIPT>
</HEAD>
<BODY>
This page has moved to a <A href="[URL unfurl="true"]http://www.example.com">new[/URL] location</A>.
</BODY>
</HTML>