如何在没有waitng的情况下重定向整页加载

时间:2017-06-19 18:28:17

标签: html redirect web

我是PTP网站的所有者(有大量的广告:),我想重定向到另一个网站,而无需等待页面加载。任何代码或什么?

我目前的代码:

//tons of ads
//and:
<meta http-equiv="refresh" content="0; url=http://example.com" />

1 个答案:

答案 0 :(得分:0)

在代码开头添加:

<?
header('Location: http://example.com');
?>