PDA

View Full Version : Custom Error 503



tabu82
01-18-2010, 05:20 PM
Good day;
always thanks for your kind help !

i need a little guidance of how to change the custom error page 503 - i could not find anything to change in httpd.conf - and i wonder how and where to set the new directions to the new page.

thanks again
ray :)

mr.applesauce
01-19-2010, 06:59 AM
I thought there was a custom error page feature in directadmin.

tabu82
01-19-2010, 12:24 PM
hi;
yes there is a custom error pages control in DA - but not for the 503 error page -

here is what is available in da

401 Unauthorized 401.shtml View
403 Forbidden 403.shtml View
404 Not Found 404.shtml View
500 Internal Server Error

mr.applesauce
01-19-2010, 12:29 PM
Use .htaccess then



ErrorDocument 503 /error_folder/filename.html

tabu82
01-20-2010, 05:23 PM
i see
thanks !

ray