submissiontechnology
asked on
header("HTTP/1.1 503 Service Unavailable");
I am trying to generate a 503 error, I have put in:
header("HTTP/1.0 503 Service Unavailable");
header("HTTP/1.1 503 Service Unavailable");
header("Status: 503 Service Unavailable");
But still the page is giving 200 OK.
I'm using PHP 4.4 + Apache 2.0
header("HTTP/1.0 503 Service Unavailable");
header("HTTP/1.1 503 Service Unavailable");
header("Status: 503 Service Unavailable");
But still the page is giving 200 OK.
I'm using PHP 4.4 + Apache 2.0
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.