Answer(s)
- request for the URL:http://www.mysite.com/resources/faq.htmlresults in a 404 server error. What could cause such an error?A. no "faq.html" file in the "resources" directory
- web server does not have read permission for the "resources" directory
- server cannot process the request because it is temporarily overloaded
- server took longer than expected to return the "faq.html" page and timed out
Correct Answer request for the URL:http://www.mysite.com/resources/faq.htmlresults in a 404 server error. What could cause such an error?A. no "faq.html" file in the "resources" directory