|
復制代碼 代碼如下:
<?php
// fix 404 pages:
header('HTTP/1.1 200 OK');
// set 404 header:
header('HTTP/1.1 404 Not Found');
// set Moved Permanently header (good for redrictions)
// use with location header
header('HTTP/1.1 301 Moved Permanently');
// redirect to a new location:
header('Location: http://www.example.org/');
// redrict with delay:
header('Refresh: 10; url=http://www.example.org/');
print 'You will be redirected in 10 seconds';
// you could also use the HTML syntax:// <meta http-equiv="refresh" content="10;http://www.example.org/ />
// override X-Powered-By: php:
header('X-Powered-By: php/4.4.0');
header('X-Powered-By: Brain/0.6b');
// content language (en = English)
header('Content-language: en');
// last modified (good for caching)
$time = time() 主站蜘蛛池模板: 常宁市| 望谟县| 海口市| 军事| 碌曲县| 淮安市| 金华市| 威宁| 抚顺市| 梁平县| 镇平县| 华容县| 焦作市| 淮南市| 长寿区| 新巴尔虎右旗| 阿坝县| 油尖旺区| 卢氏县| 东宁县| 海盐县| 辽中县| 济宁市| 东宁县| 阿城市| 承德县| 缙云县| 达拉特旗| 寿宁县| 镇宁| 隆昌县| 嘉善县| 江西省| 新宾| 郁南县| 华亭县| 花莲市| 清水河县| 河池市| 周宁县| 德清县|