The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested.
4
votes
2answers
179 views
Are you aware of any client-side malware that sends lots of junk requests for .gifs?
I am getting dozens of 404 errors on my site that are requests for gif's with apparently random names, like 4273uaqa.gif and 5pwowlag.gif.
I see that most of them are coming from one user. I assume ...
1
vote
2answers
272 views
Apache Per User Directory Not Found
For some reason the user directory I have for my server has stopped working whenever I go to server/~user/public_html/ I get a 404 error. The files are there on the ftp, but they're not showing up ...
5
votes
4answers
397 views
404 page echoing request URI - security risk?
I just noticed the default 404 page on one of my hosting accounts displays the requested URI.
<!--#echo var="REQUEST_URI" -->
I faintly remember hearing or reading that this is a potential ...
8
votes
4answers
142 views
Can missing anchors be logged?
If I have a broken link it gets logged with a 404. If I have a link to an anchor and the anchor is missing, I don't get an entry in the log. How can I find those broken anchor links, especially if the ...