WebsiteOS

What is the WebsiteOS?
This browser based website management application allows you to manage many aspects of your website. Using this application, you can:

  • Administer your email accounts
  • Generate usage statistics
  • Promote your website
  • Manage your files on the server
  • Change passwords
  • Setup your own ad server (available on Silver and higher plans)
  • Add and remove FrontPage extensions
  • Analyze your website's structure and integrity
  • Create and manage an effective single page website
  • Check your disk usage
  • Manage server logs
  • Secure sections of your website
  • Configure and install common CGI scripts

Why can't I login to the WebsiteOS?
If you have trouble logging in to the WebsiteOS, several easy solutions could solve your problem.

Check that you are entering the correct, case sensitive domain name and password.
Make sure that cookies are enabled on your browser. You can enable cookies by going to Tools, Internet options, Security, Custom level, Enable cookies.

FTP and Uploading Instructions

How do I upload my site to your servers?
To upload your files with FTP, you will require FTP software. We suggest WS_FTP or CuteFTP for Windows users or Fetch FTP for Mac users. You can download your own FTP client at the following site: http://idirect.tucows.com/ftp95.html

How do I configure my FTP client?
Here is the information you will require to configure your FTP client. Remember to insert your actual domain name when you see "yourdomain."

Host Name / Address: yourdomain.com
User Name: yourdomain.com
Password: your WebsiteOS password

Where do I put my files once I have connected with FTP?
Once connected, you will see the following directories:
/cgi-bin
/logs
/private
/public

Open the public directory, and upload all of your files to this folder. Your home page must be called one of the following: index.htm, index.html, index.shtml, index.phtml, index.php or index.php3. This is what a browser will look for when someone visits your domain.

Any files (other than CGI scripts) that will be viewed by the public must be placed in your "public" directory or a subdirectory under "public." If you place files in a directory other than "public," only you will be able to access them. CGI scripts must be placed in your "cgi-bin" directory.

How do I publish my site using FrontPage?
If you are using Microsoft FrontPage to design and publish your website, it is essential that you follow these instructions:

Use your browser and go to http://www.domain-website-hosting.com. Click on "CLIENT LOGIN."

Username: yourdomain.com
Password: yourpassword

Once inside, click on FRONTPAGE on the left hand navigation menu. Click the "INSTALL" button. You will be prompted for a password. This will be your FrontPage password, and you will need it when you use FrontPage. For the sake of simplicity, it may be best to use your WebsiteOS password. Enter and confirm your password, then click the "SUBMIT" button. FrontPage Server Extensions are now installed on your domain.

Publishing your FrontPage Website to the server:
When you finish editing and saving your website, go to FILE and PUBLISH You should publish to http://www.yourdomain.com/. You will be asked for a username and FrontPage password.

How do I allow people download files from my site?
Insert a link to the file in your HTML. For example, to allow people to download a file called file.mpg, insert this HTML on your page:


<a href="file.mpg">click here to download video!</a>