Cutting edge custom programming and quality Web hosting since 1994

Secure Transactions


Access to the secure server is, by far, the easiest addition you will ever make to your Web site. All that is necessary to make an order form secure is the correct link from the preceding page.

Example of a regular link:

<A HREF="http://www.yourdomain.com/order.html">Order Form</A>

Now a link to activate the secure server:

<A HREF="https://www.vpop.net/~your_login/order.html"> Order Form</A>



If you're using a form that outputs a "confirmation" or "thank you" page after information has been submitted to you, you'll need to use the same method as described above. Just reference the redirect through our secure server. This will eliminate the false warning that indicates the customer is entering an unsecure environment.