Forum Moderators: phranque

Message Too Old, No Replies

Unusual 404 requests

         

milanmk

2:05 pm on Apr 19, 2006 (gmt 0)

10+ Year Member



I am getting many 404 errors from following IP's with very unusual file requests.

<specific IPs snipped>

/home/username/public_html/filename<span style='background-color:

Missing file extension and vague html added at the end.

/home/username/public_html/imagenamejpg

Missing dot (.) between image name and extension.

Do anyone experiencing the same problem?

Any idea how to stop this nuisance?

Milan

[edited by: physics at 7:07 pm (utc) on April 19, 2006]
[edit reason] Snipped specific IP addresses [/edit]

physics

7:08 pm on Apr 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It looks to me like a custom spider gone awry. You can block the IPs or block based on the user agent. Are you on Apache or IIS?

milanmk

7:27 pm on Apr 19, 2006 (gmt 0)

10+ Year Member



Apache.

physics

8:25 pm on Apr 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Look into blocking by IP address or user agent with .htaccess in Apache.
[webmasterworld.com...]
The lines will still show up in your logs though... You might have to process them out with a perl script :/

milanmk

8:56 pm on Apr 19, 2006 (gmt 0)

10+ Year Member



I will try blocking those IP addresses and see what happens. Thanks physics.

Milan