Web Hosting Talk







View Full Version : Unable to customize error "400 Bad Request"


goldpig
07-19-2003, 02:29 PM
G'day!

I've no problem customizing the error message for HTTP errors 404 or 403, but failed to customize error 400

I added the following line to .htaccess
ErrorDocument 400 /400.txt

Then issued the following commands:

telnet www.xxxx.com 80
GET /hello world HTTP/1.1
Host: www.xxxx.com


The original Apache Error 400 message appearred.

Aushosts
07-20-2003, 12:55 AM
What version of apache are you using?

dreamrae.com
07-20-2003, 02:07 AM
are you getting an additional 404 error along with the 400?