Home
 

Customer Support

Search for keywords:

Browse by category:

How do I use the shared SSL certificate?

The shared SSL service makes it so that all traffic to the secure URL:

    https://secure.modwest.com/yoursite.com/

leads to the same place as the insecure URL:

    http://www.yoursite.com/

So when you are uploading files to create your website, they go in the same place that you were putting them before.

Page Design

However, when you use the shared SSL certificate through the above secure URL in the HTML code of your webpages, you need to reference all files, images and other objects RELATIVELY, not absolutely, like this:

    img src=images/img.gif

and NOT like: img src=/images/img.gif
and NOT like: img src=http://www.yoursite.com/images/img.gif
and NOT like: img src=https://secure.modwest.com/yoursite.com/images/img.gif

If you write HTML that links to all objects on each page relatively as suggested here, then all links will always work correctly, regardless of whether you are at:

    https://secure.modwest.com/yoursite.com/

or are at:

    http://www.yoursite.com/

Controlling when to Turn SSL on and Off for Visitors

The way that you control which pages will be encrypted with SSL is by providing the visitor an explicit secure link to click on, written absolutely (not relatively), like so:

    a href=https://secure.modwest.com/yoursite.com/secure.html

or

    form action=https://secure.modwest.com/yoursite.com/processor.cgi method=POST

When you want to turn SSL encryption off, provide them an absolute (not relative) insecure link to click on, like so:

    a href=http://www.yoursite.com/file.html

User-Contributed Notes

add a note
02-Jan-2004 17:45
The reason for the advice in this FAQ is because when you are using the
shared SSL certificate, your website is not at the DOCUMENT_ROOT of the
webserver. It is 1 subdirectory down from the DOCUMENT_ROOT.

It is the difference between:

    yoursite.com/  (where files are in the DOCUMENT_ROOT)

and

    securesite.com/yoursite.com/  (where your files are in a
subdirectory named "yoursite.com", not in the DOCUMENT_ROOT)

12-Apr-2004 10:47
If your site uses cookie-based PHP sessions, then the shared SSL
certificate is not going to work for you and you will need to buy your
own SSL certificate for your own domain name:

   http://www.modwest.com/help/kb5-264.html

add a note

Related Questions:


How do I promote my website and get listed by search engines?

What is an SSL Certificate?

Can you generate a CSR (Certificate Signing Request) so I can get a secure certificate for my website?

Why does my ecommerce website need SSL?

What is the difference between using Modwest's secure certificate and getting my own?

Can I use an SSL certificate that I already bought elsewhere?

Can I use the same SSL cert for www1.domain.com and www2.domain.com?

What are my turn-key ecommerce and credit card processing options?

Where can I get an e-store for my website?

How can I start selling products or services through my website?

How do I renew a THAWTE SSL certificate?

Can my E-Commerce Plan shopping cart receive credit card payments securely?

How do I backup my Miva store before upgrading?

Must I have an E-Commerce hosting plan in order to sell products or services on my website?

How can I optimize my X-cart store?

I want to upgrade my Miva Merchant store software.

I need my Miva License number to signup for Miva phone support.

I'm having trouble with Miva.

In Miva Merchant, I get the error, "Missing Required Shipping Information" or similar.

What if I live outside the U.S. and want to use an E-Commerce website to accept credit card payments.

Browse Categories:

Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales


Tiny Modwest Logo         Copyright 2000-2008 by Modwest, Inc.          About Us    |    Blog    |    Jobs    |    Web Design    |    Contact Us