How to redirect homepage to actual URL?

Don’t use relative paths in WordPress, put the images in your theme directory and use the API to output correct paths.

<img src="https://wordpress.stackexchange.com/questions/119475/<?php echo get_template_directory_uri(); ?>/images/image.jpg">