<?php
header("Location: http://www.newdestination.com/path");
die();
?>
If you want that a page redirects automatically the user to a certain page or site (let's say, i.e., newdestination.com/path ), you have to insert only a single line of PHP:
- php
- 0 Utenti hanno trovato utile questa risposta