Hi.
Excuse my poor english.
I have a lot of "Invalid URI in request GET /../images/image.gif" in my error_log file.
I use relative paths in my website and i think that some bots do not treat relative paths very well by sending requests like "http://www.mysite.com/../images/image.gif".
I think that i can resolve this issue with a rewrite rule that could remove the first two points ".." in the request to make it valid (/images/image.gif instead of ../images/image.gif).
I've tested several rules but i think that i am not a good specialist because none of them works...
Somebody could help me ?
Thank you.
Chriss.