I use a script which redirects the user from index.html to relative url of Login Page
<html><head><title>index.html</title></head><body onload="document.getElementById('lnkhome').click();"><a href="/Pages/Login.aspx" id="lnkhome">Go to Login Page</a></body></html>