drublic1019
IS-IT--Management
We have just moved our website from internal hosting to external hostings and I was wondering if I could redirect clients whose DNS records have not updated to the new external IP of our website.
thx
thx
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.
<%
Dim strURL
strURL = "[URL unfurl="true"]http://MyNewLocation"[/URL]
Response.Redirect strURL
%>
<head>
<script language="JavaScript">
<!--
window.location="[URL unfurl="true"]http://MyNewLocation";[/URL]
//-->
</script>
<head>