View Single Post
Old June 28th, 2006, 12:17 AM   #6 (permalink)
H
after g, before i
Resident.
 
H's Avatar
 
Joined in Jul 2004
Lives in N,BC,CA
8,125 posts
Gave thanks: 49
Thanked 132 times
It's really simple. Apache is reporting that the 401.shtml and 404.shtml files don't exist. These are pages that are shown upon errors, like 401 is unauthorized and 404 is file is not found.

Simple solution: create empty files called 401.shtml and 404.shtml and put them in the public_html folder. The other solution would be to use the error page manager (I'm not sure what it's actually called) within CPanel to generate some.
H is offline   Reply With Quote