Follow this procedure to disable the 404 Detection feature:
– Log into phpMyAdmin
– Click on the [prefix]options table in the left pane.
– Click on the SQL tab in the right pane.
– Execute: SELECT * FROM [prefix]options WHERE option_name = ‘itsec_four_oh_four’
– Doubleclick on the serialized data displayed under the option_value column.
– Find: s:7:”enabled”;b:1 and change it into s:7:”enabled”;b:0
– Click anywhere outside the serialized data box to save the change.
[prefix] should be substituted with your database tables prefix (eg: wp_).
Needless to say the above procedure is at your own risk and should only be performed after creating a database backup.
dwinden