Redirect WP image attachment page to parent.
<?php wp_redirect( get_permalink( $post->post_parent ) ); ?>
WordPress Snippet
Create or edit image.php in the theme root folder. Add the following line of code.