What is a '404 error'? Why does it occur?



A 404 error is a "File not found" error. It means the file that the webserver expected to find, does not exist.

Please check the name of the file you are trying to access, and verify that it exists.