Code: Select all
RewriteEngine Off
ErrorDocument 404 /test/notfound.phpCode: Select all
RewriteEngine Off
ErrorDocument 404 /test/notfound.phpCode: Select all
header('HTTP/1.0 200');
header('HTTP/1.0 404 Not Found');
header('HTTP/1.0 200');
header('Status: 200 OK');
header('Status: 404 Not Found');
header('Status: 200 OK');
echo "Bla!";
We can patch the plugins and s9y.And what can we do with this knowledge now?
Code: Select all
header('Status: 200 OK');
Code: Select all
header('Status: 200 OK');