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