About six months ago, I have moved a website to a new domain, and helped migration using 301 redirects into .htaccess of the old domain.
This morning I was looking at AwStats log of the开发者_如何学C new domain, and was surpised to notice that in the "HTTP Status codes"section, 301 redirects score 77% of the whole codes (seems 200 are not tracked here). So, what is the proper meaning of the 301 code in those stats? Does it mean that 77% of traffic is incoming (referrer) from 301 redirects or?
I don't know if you have found and answer yet, but I will post this for anyone else who stumbles upon this question:
The Percent column of the HTTP Status Codes section in the AwStats log does not represent a percentage of total traffic to the site in the selected time frame. The percentage only applies to the traffic captured in the HTTP Status Codes section.
精彩评论