Found the answer:
edit index.php end of file has:
PHP Code:
<h2><?php _e('Not Found','atahualpa'); ?></h2>
<p><?php _e("Sorry, but you are looking for something that isn't here.","atahualpa"); ?></p>
replace with:
PHP Code:
<?php if ( is_404() ) {
if (function_exists('afdn_error_page')) afdn_error_page();
} ?>
<?php endif; ?>
I highly recommend this plugin, improves 404 responce 1,000%