Chapter 1
Account Overview


Chapter 2
Getting Started


Chapter 3
Control Panel Overview


Chapter 4
FTP Instructions


Chapter 5
SSH / Telnet


Chapter 6
Email Software Setup


Chapter 7
File Manager


Chapter 8
Change Password


Chapter 9
Mail Manager


Chapter 10
Site Statistics


Chapter 11
Mailing List


Chapter 12
Microsoft FrontPage


Chapter 13
Site Creation Tool


Chapter 14
Counters


Chapter 15
Protect Directories


Chapter 16
Redirect URL


Chapter 17
Search Engine


Chapter 18
Formmail


Chapter 19
PGP & PGP Mail


Chapter 20
Mime Types


Chapter 21
Anonymous FTP


Chapter 22
Archive Manager


Chapter 23
SSL (Secure Server)


Chapter 24
MySQL


Chapter 25
Shopping Cart


Chapter 26
CGI-bin


Chapter 27
Real Audio / Real Video


  

Users Guide

Chapter 23 - SSL (Secure Server)

If you have a hosting plan that allows the use of SSL, this is the information you need to access it. Following is an example of the website address (url) of one of your secure server pages, named yourpage.html:

https://host.askuswhatserveryou'reon/yourdomain/yourpage.html

Email us or send a support request to find out what server you're on, so you'll know what address to use.
DO NOT INCLUDE the extension for your domain.

Normally, any text (such as a credit card number) sent from your visitors' browser to the web server is sent as plain text. This means that a hacker could potentially intercept (however unlikely) the information sent from your browser and read it. Therefore, by using the secure server, the information is encrypted before it is sent from your browser. It would be practically impossible for anyone to decrypt it without knowing the key.

The following example uses yourdomain as the name of your domain and any page as the name of the order form or the page you wish to be secure.

Use the following URL to call your pages via the secure server.

https://host.askuswhatserveryou'reon/yourdomain/yourpage.html

NOTE: Do not use the .com, .net, etc. extension when putting in your domain name.

You do not need to upload your pages to a special SSL directory. Just upload them to your regular www directory.

Using Formmail through the secure server

If you are using Fommail with the secure server, your action line and other code will look like the following:

<FORM METHOD=POST 
     ACTION="https://host.askuswhatserveryou'reon/yourdomain
     /cgi-sys/formmail.pl">
<input type=hidden name="recipient" 
     value="emailaccount@yourdomain.com">
<input type=hidden name="subject" 
     value="Order">
<input type=hidden name="redirect" 
     value="https://host.askuswhatserveryou'reon/yourdomain
     /yourredirectpage.html">

NOTE: do not put the .com, .net, etc. extension after yourdomain.
The formmail.pl cgi script has already been installed for you.

It's important that you call your order page through a secure URL (https, as opposed to just http) in order for it to work properly

Example:

https://host.askuswhatserveryou'reon/yourdomain
        /yourorderform.html       

NOTE: yourdomain = without the .com, .net, etc. extension.