How do I return 404 for a certain apache request that contains spaces?
What is an easy / reliable way to return 404 for an url that looks like this (using .htaccess) ? /foo/my file name.jpg I should be able to block more urls in the .htaccess over time, so it is not…