Forum Moderators: DixonJones
host - - [:08:30:43 +0200] "GET / HTTP/1.1" 200 10075
host - - [:08:30:44 +0200] "GET /gfx/sq.gif HTTP/1.1" 304 -
host - - [:08:30:44 +0200] "GET /gfx/1x1.gif HTTP/1.1" 304 -
host - - [:08:30:44 +0200] "GET /gfx/bgsz.gif HTTP/1.1" 302 219
host - - [:08:30:44 +0200] "GET /gfx/bgle.gif HTTP/1.1" 304 -
host - - [:08:30:44 +0200] "GET /404.html HTTP/1.1" 200 1854
I checked the home page and it seems to be perfectly OK. The site runs on an Apache/Linux server.
I assume the 404 request is coming from the same IP as the rest of the graphics?
What seems to be happening is that SOMEWHERE on your html page, you have a request for a graphic, a css, a javascript (or maybe something else) file which does not exist on your website filesystem. Because of the way you have set the server configuration to handle 404's, if the server cannot find a file of ANY sort (be it graphic or other), it's returning the standard 404.html error page.
Go through your pages with a fine-tooth comb. If you're doing any image-preloading in your JavaScript files-check these out too.
If the IP address for the 404 isn't the same as the other files, then you could be a victim of someone else's site using your imagery - but this is unlikely if you're just getting 404's at the same time as your web site is being visited.
Hope thats of some help,
JP
Another interesting phenomen (perhaps it is in some way connected, but maybe not). Search engines do not see my new home page or any other page on the site. The only page they see is the 404.html file. It is surprising because the traffic is normal and visitors seem to use the site as usual as well.