Web Hosting Talk







View Full Version : Web Hosting Manger Questions.


ckizer
07-21-2001, 03:59 PM
In web hosting manager when you suspend an account it shows a 403 on there website. Is there a way (other than making my 403 error different) to have a custom page put up? I would much rather it say site suspended and tell them how to get in touch with support, so they don't think it is just our server going down.


Also i was wondering if i can set it so when they reach there bandwidth for the month that it doesnt automatically suspend their site.

(SH)Saeed
07-21-2001, 04:11 PM
This might help you..

Put a .htaccess file in the users root HTML directory and inside it write ErrorDocument 403 /403.html. Now create a custom HTML file named 403.html and put it in the root HTML directory where the .htaccess file is.

venomx
07-21-2001, 05:45 PM
he just said he doesnt want to do that ;p

ckizer
07-21-2001, 07:16 PM
Yeah, i did :D

Why would i want to destroy any custom 403.html errors that my client may already have?