This is an access-log. Normally, there will not be any line breaks in the report you see. Each line will begin with the IP number of where your visitor CAME FROM (lets you know if from search engine, another website, etc.) You can also have this part show as the domain name of where they were, instead of the number. I have put them in here, for ease of demonstration and explanation. (1) 204.60.172.18 - - [15/Feb/1999:00:53:01 -0600] "GET / HTTP/1.1" 200 3175 "-" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" 204.60.172.18 - - [15/Feb/1999:00:53:01 -0600] "GET /awStnGls-BGpaleB.jpg HTTP/1.1" 200 4840 "http://autumnweb.com/" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" 204.60.172.18 - - [15/Feb/1999:00:53:01 -0600] "GET /awSGlogoD.gif HTTP/1.1" 200 24285 "http://autumnweb.com/" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" 204.60.172.18 - - [15/Feb/1999:00:53:02 -0600] "GET /awSGiconA.gif HTTP/1.1" 200 1115 "http://autumnweb.com/" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" 204.60.172.18 - - [15/Feb/1999:00:53:02 -0600] "GET /awSGiconB.gif HTTP/1.1" 200 1114 "http://autumnweb.com/" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" 204.60.172.18 - - [15/Feb/1999:00:53:02 -0600] "GET /Mb-html-w-guild.gif HTTP/1.1" 200 4162 "http://autumnweb.com/" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" 204.60.172.18 - - [15/Feb/1999:00:53:03 -0600] "GET /Mb-iwa-blk.gif HTTP/1.1" 200 8224 "http://autumnweb.com/" "Mozilla/4.0 (compatible; MSIE 5.0b2; Windows 98)" (1) shows visitor's IP number (where came from), date and time visited (you can see how long they were there, 2 minutes in this case, the html and graphic files they viewed - this case just the "index.html" file, "200" means successful transfer of files and graphics, some details about your visitor's browser and computer. (2) 206.141.211.159 - - [16/Feb/1999:07:23:37 -0600] "GET / HTTP/1.0" 200 3175 "-" "Mozilla/4.5 [en] (Win95; U)" 206.141.211.159 - - [16/Feb/1999:07:23:38 -0600] "GET /awSGiconB.gif HTTP/1.0" 200 1114 "http://autumnweb.com/" "Mozilla/4.5 [en] (Win95; U)" 206.141.211.159 - - [16/Feb/1999:07:23:39 -0600] "GET /awStnGls-BGpaleB.jpg HTTP/1.0" 200 4840 "http://autumnweb.com/" "Mozilla/4.5 [en] (Win95; U)" 206.141.211.159 - - [16/Feb/1999:07:23:39 -0600] "GET /awSGlogoD.gif HTTP/1.0" 200 24285 "http://autumnweb.com/" "Mozilla/4.5 [en] (Win95; U)" 206.141.211.159 - - [16/Feb/1999:07:23:39 -0600] "GET /awSGiconA.gif HTTP/1.0" 200 1115 "http://autumnweb.com/" "Mozilla/4.5 [en] (Win95; U)" 206.141.211.159 - - [16/Feb/1999:07:23:39 -0600] "GET /Mb-iwa-blk.gif HTTP/1.0" 200 8224 "http://autumnweb.com/" "Mozilla/4.5 [en] (Win95; U)" 206.141.211.159 - - [16/Feb/1999:07:23:40 -0600] "GET /Mb-html-w-guild.gif HTTP/1.0" 200 4162 "http://autumnweb.com/" "Mozilla/4.5 [en] (Win95; U)" (2) another example, similar to above, but a different visitor. (3) 209.18.27.112 - - [17/Feb/1999:19:47:44 -0600] "GET /Guestbook/guestbook.html HTTP/1.0" 200 347 "-" "Mozilla/4.5 [en] (Win95; U)" (3) A visitor to the subdirectory /Guestbook and page "guestbook.html" (4) 209.18.27.112 - - [17/Feb/1999:19:48:05 -0600] "GET /links/links.html HTTP/1.0" 404 133 "-" "Mozilla/4.5 [en] (Win95; U)" (4) A visitor to the subdirectory /links, page "links.html" but got "404 = file not found" (5) 209.18.27.112 - - [17/Feb/1999:19:48:24 -0600] "GET /links/links.htm HTTP/1.0" 200 1737 "-" "Mozilla/4.5 [en] (Win95; U)" (5) Same visitor to the subdirectory /links, page "links.htm" (MINUS the "l" file extention) was successful at accessing the page.