I have recently started to see a lot of file requests for URL's that have Unicode appended to the end. These requests are filling my error log at an alarming rate and I don't know how to prevent it. Is there a way to rewrite these requests using htaccess?
Sample request from error log:
/httpdocs/blogs/thisblog/\xe2\x80\x9dhttp:,
The server is giving them 404 File does not exist status and that's what's filling the logs.