|
復制代碼 代碼如下:
<?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()
主站蜘蛛池模板:
铜鼓县|
徐汇区|
汤原县|
宝山区|
四川省|
大渡口区|
柏乡县|
和林格尔县|
锦州市|
商丘市|
宜良县|
政和县|
新乐市|
朝阳县|
河池市|
石台县|
周口市|
葫芦岛市|
石狮市|
凤台县|
神农架林区|
辽中县|
连平县|
宿迁市|
荆州市|
寻甸|
太原市|
加查县|
泗水县|
大荔县|
彭阳县|
龙泉市|
庆阳市|
同心县|
榕江县|
佛坪县|
洛浦县|
日土县|
高陵县|
滁州市|
永城市|