Page 1 of 1
Status codes - Solved
Posted: Fri Feb 04, 2005 11:45 am
by suzie
I'm seeing codes 206, 301 and 302 in my web stats.
Is it important to fix these?
I've read the code definitions at
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
so at least I know what they are but how do I find what pages are creating them?
Thanks,
Suzie
Posted: Fri Feb 04, 2005 11:46 am
by feyd
Can you post the specific lines from the logs please? you can change a small portion of the file-path used, but not all of it, depending on the contents..
Moved to Web Servers.
Posted: Fri Feb 04, 2005 12:08 pm
by suzie
Is this sample of the log what I'm looking for to track the code?
[04/Feb/2005:00:50:45 -0600] "GET /favicon.ico HTTP/1.1" 302 395 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon)"
I have another problem I am working on with the hosts banner coming in before my header. Would that create some of these codes?
Posted: Fri Feb 04, 2005 12:11 pm
by feyd
favicon is automatically requested by most browsers so they can show the site's icon in the address bar. Don't worry too much about that one.
Posted: Fri Feb 04, 2005 12:59 pm
by suzie
Thanks Feyd, for helping me find my way today.
