![]() |
|
Customer Support
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 |
|||
|
|||
|
|||
|
|
|||
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 |
