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?
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?