Changing the default home page...

chasjs

Verified User
Joined
Nov 1, 2004
Messages
48
Location
Colorado
I have a customer that moved his site from another hoster. His home page was named Default.htm - he would like me to make the home page on the directadmin server to be the same as before so he does not have to edit all of his links (a reasonable request). Is there an easy way to do this in DirectAdmin for a single domain?
 
Make a copy of Default.htm and name it index.html. All the links would still work because Default.htm still exists. Index.html would just be the first page a visitor sees. If they click away and return they would return to Default.htm, but since it's the same as index.html they'll never notice.

Or you could add Default.htm to the 'DirectoryIndex' entry in httpd.conf
 
Back
Top