I'm using ErrorDocument to dynamically create the content.
Code: Select all
ErrorDocument 404 /i/404.phpPhp script that process request do change http reply status as well to 200 via
Code: Select all
header('HTTP/1.0 200 OK');Can anyone suggest me how to solve this?