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 *.html, *.htm, *.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_servername>.domainnameservers.net/<username>/html_file
Click on Which
SSL server am I on? link to find out what your full SSL
web and SSL CGI URL's and paths are. (Note:
You will be prompted for your domain name and site
password.)
b) If
you are accessing an SSL cgi or perl script from an html
page, use:
https://<ssl_servername>.domainnameservers.net/cgi-bin/<username>/filename
Click on Which
SSL server am I on? link to find out what your full SSL
web and SSL CGI URL's and paths are. (Note:
You will be prompted for your domain name and site
password.)
c) If
within any cgi or perl scripts you need to reference SSL pages
or scripts, use the full path:
/home/<username>/secure_html
Click on Which
SSL server am I on? link to find out what your full SSL
web and SSL CGI URL's and paths are. (Note:
You will be prompted for your domain name and site
password.)