HTML REDIRECT SCRIPT

html redirect, place the following code between the head tags of your HTML page (replacing the URL with the URL that you want to redirect to).

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

 

  • 10 Χρήστες που βρήκαν αυτό χρήσιμο
Ήταν χρήσιμη αυτήν την απάντηση;

Related Articles

JavaScript redirect

JavaScript redirect, place the following code between the head tags of your HTML page (replacing...

PHP redirect script

In a php page paste this code.(change domain.com to your domain name)<?phpheader("Location:...