Blocking 404 on PHP files

When hackers want to find corrupted or malicious files on your installation, they will loop around and try to access known .PHP files.

If your installation does not contain these files, we should not let them try to find others, there is no point in allowing them.
This module will block requests that result in an HTTP 404 error on a .PHP file.