Installed an SSL, can anyone answer this question?

I have a problem. I installed a SSL Cert. and use it like this: https://secure.mydomain.com/~username

However, I just tried it on one of my sites. The sites navigation is set up like this.

a href="aboutus.html"
a href="products.html"
a href="https://secure.mydomain.com/~username/order.html"
a href="contactus.html"

As you can see, it links to the order page using the SSL because that is the page that accepts the credit cards.

However, once they are at the order page, all of the other links now show up as the SECURE link:

a href="https://secure.mydomain.com/~username/aboutus.html"
a href="https://secure.mydomain.com/~username/products.html"
a href="https://secure.mydomain.com/~username/order.html"
a href="https://secure.mydomain.com/~username/contactus.html"

I assume the only way to avoid this is to use the FULL URL of my site in the navigation. However, I'd rather not do that. Is there any other work-around?

This problem would actually acure on my actual MYDOMAIN.com too, even if I weren't using it as shared SSL.

 

 

 

 

Top