Status codes - Solved

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
suzie
Forum Newbie
Posts: 8
Joined: Sun Jan 30, 2005 11:34 am
Location: ohio

Status codes - Solved

Post 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
Last edited by suzie on Fri Feb 04, 2005 1:00 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
suzie
Forum Newbie
Posts: 8
Joined: Sun Jan 30, 2005 11:34 am
Location: ohio

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
suzie
Forum Newbie
Posts: 8
Joined: Sun Jan 30, 2005 11:34 am
Location: ohio

Post by suzie »

Thanks Feyd, for helping me find my way today. :lol:
Post Reply