By florin on
While perusing the logs, I noticed entries like this:
XXXXXXX.ne.jp - - [23/Feb/2006:09:59:20 -0800] "GET /blog/node/node/node/node/node/node/17 HTTP/1.1" 200 17821 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)"
The site is:
Is it something I misconfigured that allows that kind of URLs? If not, is there a way to not allow them? Like, give a 403 code or something.
Comments
Related?
I saw these kind of recursive paths in discussions before:
http://drupal.org/node/30519
http://drupal.org/node/41482
http://drupal.org/node/13148
So I don't think it is your mistake. Isn't there already a 403 given for these URLs? I mean what happens when you type them yourself.