首页 > 技术文章 > 301页面重定向

afei-happy 2014-12-08 10:10 原文

if (isset ($page) && intval($page) == 1) {
    header('HTTP/1.1 301 Moved Permanently');
    header('Location: viewthread.php?tid=' . $tid);
    exit ();
}

推荐阅读