Hi,
I need to displaya custom error page for 503 errors.
I created a simple html page named 503.html and updated the httpd.conf file by adding
ErrorDocument 503 /503.html
The DocumentRoot is already set till 'htdocs'
Also to add, this is the location where we have placed other html pages related to our site.
However, the page does not render and I get an error saying :
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Temporarily Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
Please advise asap.
Thanks in advance