Try add to your theme image.php file, with this contents:
<?php wp_redirect(get_permalink($post->post_parent)); ?>
ok but there must be away to redirect to default page or 404 page after the post link as this eample:
http://www.mydomain.com/example/a.html/aaa ==> default page or 404 page so even aaa is image i want it to redirct to the default page.
any help?