Home (index.html) File

The default file for any web directory is index.html.  That means when visitors access http://www.yourdomain.com, the server really sends them to http://www.yourdomain.com/index.html.  This works for any publicly accessible directory on your system, including subdomains.

 

When uploading a main web site for each directory remember to name it index.html.  Advanced users may utilize PHP files, shtml files, etc.  If your web site is not based in html, then make sure your main files are renamed index.extension (index.php, index.shtml, for example).

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Directory Structure

At the root of your account exists these directories:   /backups /domains /mail /public_html...

Uploading With FTP

Step 1:  Obtain FTP client software.   Uploading to the server through FTP requires special...

Uploading With DirectAdmin's File Manager

   1.  Sign into the control panel and click the "File Manager" icon. 2.  Navigate to the...

Uploading Through SSH

With SSH you can sign into the server and download files directly from other servers.   Note:...