I am trying to setup a maintenance page for our website. For this when Apache returns the maintenance page I want it to return status 403 instead of 200. This is a requirement from the UI perspective to integrate with other applications.
Any help or pointers is appreciated.
Thanks
start your maintenance page with php http_response_code funkction:
http://php.net/manual/en/function.http-response-code.php