Default html Index.html file accidentally erased.

wdalessi

Verified User
Joined
Jun 3, 2005
Messages
16
Hello,

I am a new DirectAdmin user.

I accidentally changed the default "Index.html" file that would show when a new domain is created.

I need to get a copy of it so I can put things back the way they started out.

Does anyone know where I can get a copy of the default "Index.html" file?

Thank you in advance for your help.

Bill D.
 
Code:
<html>
<head>
    <title>
        |DOMAIN|
    </title>

    <style>
    * { font-family: verdana; font-size: 10pt; COLOR: gray; }
    b { font-weight: bold; }
    table { height: 50%; border: 1px solid gray;}
    td { text-align: center; padding: 25;}

    </style>
</head>
<body>
<center>
<br><br><br><br>
    <table>
    <tr><td>Welcome to the home of <b>|DOMAIN|</b></td></tr>
    <tr><td>To change this page, upload your website into the public_html directory</td></tr>
    <tr><td><img src="logo.jpg"></td></tr>
    <tr><td style="font-size: 8pt">Date Created: |DATECREATED|</td></tr>
    </table>
<br><br>

</center>
</body>

</html>
 
I just wanted to add that the tokens will NOT be expanded, so, wdalessi, you'll have to edit them yourself.

Jeff
 
Thanks to you both for the help!!!

Thank you both very much. Everything is back to normal now.

I really am glad I could get it fixed this quickly and easily.

Thanks again.

Bill D.
 
Back
Top