Forum Moderators: open
Strangest things is how page requests got corrupted but still resolved okay and return 200s.
/directory/directory/../directory/../../directory/
../directory/../../directory/directory/../../directory/
../directory/directory/../../directory/directory/../
directory
It's a home grown something. Do I take it out by IP (24.130.87.86) or UA?
Jim
And this is the Mozilla/3.0 *without* the ";" after compatible. The only other Mozilla/3.0s I've seen are Indy Library (gone) and WebTV. Any other legitimate v3 out there *appears* to be Mozilla/3.01 (compatible;).
Would it be safe to drop this in .htaccess?
SetEnvIfNoCase User-Agent "Mozilla/3.0 (compatible)" keep_out
I think I might bank on the absence of the ; making it okay. I hope.
<added>Oh, and that mocked up url in the first post is all one string. Broke it up to stop horizontal scroll</added>