How to use SSL security on a webpage or form?

Access the webpage form that you want to be secure via the secure server. The images in the webpage must also be called via the secure server. This is done by calling the files in the following format: If your file is normally:

http://www.yourdomain.com

then the page must be called as

https://servername.serversecured.net/~username

order.htm can be replaced with any file you are calling, including image files that you are trying to secure. If you get a broken key instead of an image file that should appear, it is because you have secured the page, but have not secured an image or your background.

If the webpage you are trying to secure is a form, the action the form performs (form method=post action=http....) must be a secure action as well (form method=post action=https....).

You must replace https://servername.serversecured.net/~username with your account shared SSL url. To lookup your shared SSL url please go to: http://www.wearelondoners.com and enter your domain name or IP address and username.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What does Realtime Blackhole List (RBL) mean?

RBL is short term use  for Realtime Blackhole List, a list of IP addresses whose owners...

Why formmail scripts I have uploaded shows 403 Forbidden error?

The old versions of formmail scripts was not secure enough so we had to put block on the scripts...

What can I do to secure all web pages in a directory?

Please use the browser control panel interface for password protecting your web pages. Or via...

What can I do to secure all pages in a cgi-bin directory?

If you do not want other people to read your scripts under all circumstances, end your CGI...

How can I create a secure ftp directories?

To make a directory named direct that can only be accessed by userid fred, go to the directory...