|
I have some order forms and an affiliate program on my site which need to be on secured pages (Secured Socket Layer). We have a godaddy account and have a secured certificate.
The SSL works great except when there is a link on one of the secured pages that leads to an unsecured page (i.e. on a secured orderform page, a link leading back to our unsecured site homepage). Of course, I'm trying to set it up this way because I want our orderform pages to be secured, but I don't want the rest of our site to be secured.
When there is a secured page, and there is link on this page leading to an unsecured page, when a visitor first arrives on the secured page, the browser gives a nasty message saying the page is only partially encrypted. Of course, this is not good.
So I set out to find a way to link from my orderform back to unsecured pages on my site without getting this nasty error.
By accident, I discovered a weird technique. If the link coming from the orderform goes to a secured page, but this secured page simply has a redirect in it leading to a unsecured page, this seems to prevent the nasty message and allows linking from secured to unsecured pages.
So a visitor arrives at the orderpage, wants to return to homepage, clicks link, is taken to secured page that has simple redirect to the unsecured homepage, and then user arrives on homepage (which is not secure).
Is this technique OK? Will it work on all the browsers? Can it create any problems? Is there another, more correct way I should be doing this? Thanks for any suggestions -
Last edited by dsellers; 01-04-2009 at 03:05 AM..
|