Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ErrorDocument

Status
Not open for further replies.

Calgyria

Programmer
Oct 9, 2001
2
SE
Hello.
I have some problems.
i have this line of code in my httpd.conf

ErrorDocument 400 /errordocs/400.html
ErrorDocument 401 /errordocs/401.html
ErrorDocument 403 /errordocs/403.html
ErrorDocument 404 /errordocs/404.html
ErrorDocument 408 /errordocs/408.html
ErrorDocument 500 /errordocs/500.html
ErrorDocument 503 /errordocs/503.html


if i type domain.com/cgi-bin it shows the errordocument 403.html, forbidden.

But if i type domain.com/blablabla, a document that is "missing", it doesn't show the 404.html, it shows internet expolorers standard 404 document.
How do i solve this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top