SSL is enabled by directing your user's web browser to use https:// verses using http://. This can be accomplished by providing anchor links to the page you wish to be secure and specifying the https:// or by redirecting users to the https:// version with Redirection or Rewrites. For achor links, specify the https:// in the link. As an example, say you have a home page at www.example.com/index.html that you want to link to your store page at www.example.com/store.html, but you want the page to display using SSL. Embed the link in the index.html file to the store as https://www.example.com/store.html> and use the https://. For information on using redirection, see the knowledge base article on using the .htaccess file to redirect to secure pages. |
Powered by WHMCompleteSolution