From what i have seen (not tested) you can set an alternative landing page for your website by using htaccess.
in your root (usually public_html) find/create a .htaccess file
Add the line
DirectoryIndex somenewhomepage.html
This will then take you to somenewhomepage.html as the default landing page for the website, to which you can then link to your index.php page.
Let us know if it has solved your issue!