How to setup pages and scripts to use SSL on an NT server

Upload your html pages via FTP to the SSL location of your NT hosted site:

1. To do this, FTP into your site following the normal FTP instructions provided here.

2. Once you are connected, click on the "Change Directory" or "ChgDir" button or menu option so that a dialog box appears and you can manually type in a directory path to change to.

3. Then, type in:

/ssl-<username>/

Where <username> is replaced with your site user name.  This will place you in a "virtual" FTP directory where you can upload your SSL files.

4. Upload your SSL web files into this directory.

Make sure when uploading *.htmll, *.html, *.pl, and *.cgi  files via FTP that you upload them as ASCII files and NOT Binary files

To use SSL on your site, do the following:

a) The URL to use to access a secure page from any other html page is:
  https://nt.domainnameservers.net/
<username>/html_file

To find out what your full SSL web and SSL CGI URL's and paths are please e-mail support@zillionbucks.com. (be sure to include your domain name in your message).

b) If within any cgi or perl scripts you need to reference SSL pages or scripts, use the full path:

E:\sslroot\<username>\

 

[bottom.html]