How to setup pages and scripts to use SSL on a UNIX server

Upload your html pages via FTP to the /secure_html directory on your web site and upload any cgi or perl scripts to the /secure_html/cgi-local 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://
<ssl_servernumber>.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 you are accessing an SSL cgi or perl script from an html page, use:

https://<ssl_servernumber>.domainnameservers.net/cgi-bin/<username>/filename

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

/home/<username>/secure_html

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).

[bottom.html]