|
Home Directory
The filename of your MAIN page should be index.htm or index.php.
The webserver will automatically send the file at path
/home/yourname/www/index.php when a browser specifies http://www.yourname.com.my.
When your account is set up, there will be an index.php page already installed. This just tells anyone accessing your domain that is a future home of your site. You will replace this file in the www directory with one of your own creation.
If you wish to use any of the cgi features that use Server Side Includes (SSI), you must name your page with the .sphp extension. You can put an index.htm file in any subdirectory that you wish, and it will be the default page served when you don't want your visitors to have to type a full page URL reference,
For example :
http://www.yourdomain.com/whatever instead of http://www.yourdomain.com/whatever/page.htm, or http://www.yourdomain.com/whatever.htm. |