I'm still using 1.6.6 so let me know if this is an old issue.
Every page load in my MediaWiki installation actually turns into two requests, one with header
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
and one with header
Accept: image/png,*/*;q=0.5
both for the same URL (e.g. GET /~frederik/pfcq/wiki/index.php/Domain_theory/Homomorphism_of_preorders )
The pageview statistics are incremented twice, once for each request, when I load a page. Is there a way to discriminate between the two requests for more accurate statistics?
Thanks,
Frederik
Frederik Eaton wrote:
Every page load in my MediaWiki installation actually turns into two requests, one with header
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
and one with header
Accept: image/png,*/*;q=0.5
both for the same URL (e.g. GET /~frederik/pfcq/wiki/index.php/Domain_theory/Homomorphism_of_preorders )
Did you do something like setting $wgLogo to ""?
It sounds like the browser is trying to load the same URL as an image.
-- brion vibber (brion @ pobox.com)
On Wed, Aug 23, 2006 at 11:55:45AM +0200, Brion Vibber wrote:
Frederik Eaton wrote:
Every page load in my MediaWiki installation actually turns into two requests, one with header
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
and one with header
Accept: image/png,*/*;q=0.5
both for the same URL (e.g. GET /~frederik/pfcq/wiki/index.php/Domain_theory/Homomorphism_of_preorders )
Did you do something like setting $wgLogo to ""?
It sounds like the browser is trying to load the same URL as an image.
You must be telepathic. That is exactly the value of $wgLogo.
Thanks,
Frederik
wikitech-l@lists.wikimedia.org