How to link images to attachment.php [duplicate]

I am not sure what you mean by “redirect” there. attachment.php is meant to be used as theme template file. Loading it directly it won’t be able to access WordPress core properly.

In usual WordPress mechanics you can use get_attachment_link() to form URL itself or wp_get_attachment_link() for whole link HTML.