Shared Secure Server(SSL) Access
Hosting accounts has an access to a shared secure server. Its not really a separate server but the web pages are displayed through an encrypted connection. Every page on a website can be called through this secured server.
You can access the web pages through the secure server using following path:-
Replace “servername” with the name of the server on which your domain is hosted. Replace “yourdomain” with your domain name without the TLD extension, and replace “filename.html” or “scriptname.cgi” with the name of the file you want to call through the secure server.
https://servername.safe-order.net/yourdomain/filename.html
Use this path to access scripts located in CGI-BIN-
https://servername.safe-order.net/cgi-yourdomainscriptname.cgi
Note: Always use “https” instead of the usual “http”. Secure calls require the use of the “https”.