~clinton-collins/familyproject/trunk

« back to all changes in this revision

Viewing changes to ZendFramework/tests/Zend/Http/_files/response_404

  • Committer: Clinton Collins
  • Date: 2009-06-26 19:54:58 UTC
  • Revision ID: clinton.collins@gmail.com-20090626195458-5ebba0qcvo15xlpy
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HTTP/1.1 404 Not Found
 
2
Date: Fri, 17 Nov 2006 22:22:40 GMT
 
3
Server: Apache
 
4
Content-Length: 272
 
5
Keep-Alive: timeout=15, max=100
 
6
Connection: Keep-Alive
 
7
Content-Type: text/html; charset=iso-8859-1
 
8
 
 
9
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 
10
<html><head>
 
11
<title>404 Not Found</title>
 
12
</head><body>
 
13
<h1>Not Found</h1>
 
14
<p>The requested URL /some/wrong/path was not found on this server.</p>
 
15
<hr>
 
16
<address>Apache Server at localhost Port 80</address>
 
17
</body></html>