Categories CS 简单实用的PHP链接转向 Post author By jianghan Post date April 2, 2013 No Comments on 简单实用的PHP链接转向 [cce lang=”php”] <?php $url = “http://www.hanlin.me/blog”; if (isset($url)) { Header(“Location: $url”); } ?> [/cce] Tags PHP ← Creating default object from empty value in XXX → 完美解决WordPress使用永久链接后404错误的问题 Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website