Code:
<meta http-equiv="refresh" content="0; url=http://site.com"/">

Any alternatives? Through html, not .htaccess.
<meta http-equiv="refresh" content="0; url=http://site.com"/">





<?php
header("Location: http://www.yoursite.com");
exit;
?>
<meta http-equiv="refresh" content="0; url=http://site.com"/">


Comment