PHP redirect script

In a php page paste this code.(change domain.com to your domain name)

<?php
header("Location: http://www.domain.com/index.html");
?>

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

Related Articles

HTML REDIRECT SCRIPT

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

JavaScript redirect

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