3
You can create a redirection page.
In html
<html>
<head>
<meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.yousite.com/html/index.php">
<title>Wait... Redirecting...title>
head>
<body>
body>
html>
Or with .htaccess file (if your http server is Apache):
DirectoryIndex /html/index.php