Simple .htaccess Intrusion Detection System

The following addirions to your .htaccess file will protect you against common URL encoding attacks such as SQL injection, white space, javascript, etc and redirects the URL to log.php. Log.php will then alert you via email.

Options +Fol…