'100' => 'Continue',
'101' => 'Switching Protocols',
'200' => 'OK',
'201' => 'Created',
'202' => 'Accepted',
'203' => 'Non-Authoritative Information',
'204' => 'No Content',
'205' => 'Reset Content',
'206' => 'Partial Content',
'300' => 'Multiple Choices',
'301' => 'Moved Permanently',
'302' => 'Moved Temporarily',
'303' => 'See Other',
'304' => 'Not Modified',
'305' => 'Use Proxy',
'400' => 'Bad Request',
'401' => 'Unauthorized',
'402' => 'Payment Required',
'403' => 'Forbidden',
'404' => 'Not Found',
'405' => 'Method Not Allowed',
'406' => 'Not Acceptable',
'407' => 'Proxy Authentication Required',
'408' => 'Request Time-out',
'409' => 'Conflict',
'410' => 'Gone',
'411' => 'Length Required',
'412' => 'Precondition Failed',
'413' => 'Request Entity Too Large',
'414' => 'Request-URI Too Large',
'415' => 'Unsupported Media Type',
'500' => 'Internal Server Error',
'501' => 'Not Implemented',
'502' => 'Bad Gateway',
'503' => 'Service Unavailable',
'504' => 'Gateway Time-out',
'505' => 'HTTP Version not supported'
404 에러 강제로 띄우기
<?
header("HTTP/1.0 404 Not Found");
exit;
?>
'101' => 'Switching Protocols',
'200' => 'OK',
'201' => 'Created',
'202' => 'Accepted',
'203' => 'Non-Authoritative Information',
'204' => 'No Content',
'205' => 'Reset Content',
'206' => 'Partial Content',
'300' => 'Multiple Choices',
'301' => 'Moved Permanently',
'302' => 'Moved Temporarily',
'303' => 'See Other',
'304' => 'Not Modified',
'305' => 'Use Proxy',
'400' => 'Bad Request',
'401' => 'Unauthorized',
'402' => 'Payment Required',
'403' => 'Forbidden',
'404' => 'Not Found',
'405' => 'Method Not Allowed',
'406' => 'Not Acceptable',
'407' => 'Proxy Authentication Required',
'408' => 'Request Time-out',
'409' => 'Conflict',
'410' => 'Gone',
'411' => 'Length Required',
'412' => 'Precondition Failed',
'413' => 'Request Entity Too Large',
'414' => 'Request-URI Too Large',
'415' => 'Unsupported Media Type',
'500' => 'Internal Server Error',
'501' => 'Not Implemented',
'502' => 'Bad Gateway',
'503' => 'Service Unavailable',
'504' => 'Gateway Time-out',
'505' => 'HTTP Version not supported'
404 에러 강제로 띄우기
<?
header("HTTP/1.0 404 Not Found");
exit;
?>
반응형
'인터넷정보' 카테고리의 다른 글
mysql query 관련 class (0) | 2007.10.16 |
---|---|
mysql query 관련 class (0) | 2007.10.16 |
호스팅 받는 업체들 용량체크하는법 (0) | 2007.10.16 |
호스팅 받는 업체들 용량체크하는법 (0) | 2007.10.16 |
Error Page Code (0) | 2007.10.16 |
IFRAME 삽입 방법 (0) | 2007.10.16 |
IFRAME 삽입 방법 (0) | 2007.10.16 |
textbox의 값을 오른쪽부터 채우기. (0) | 2007.10.16 |
textbox의 값을 오른쪽부터 채우기. (0) | 2007.10.16 |
<frame> style:bgColor scrollbarFaceColor (0) | 2007.10.16 |