Hey,
I have a site were I am going to have 2 versions. One version the site will be secure, the other version the site will be unsecure. I can't change the code to direct to secure or unsecure as both versions are calling the same code. The problem is that my images and links that are inserted into the html/text module on the site are calling from the unsecure version. So if you are viewing the site in unsecure, then the images and links are all fine. As soon as I go into the site's secure address, the images are gone and links don't work. Is there a way to get the images to show and links to work in both versions?
I can get the images to show if I enter in the complete address path, but then I get a box pop up on IE saying that the page contains secure and non secure info. I am trying to get around having that box pop up while still getting everything to work. Any idea's on how to do this?
For the image I have to put the path as: http://mysite.com/portal/0/.........
Not sure how to get the links working as there are 2 addresses for the site.
Secure: https://www2.securewsi.com/mysite/
Non Secure: http://mysite.com/
Any idea's on how I can get this to work on the versions of the site?
Hopefully this makes sense.
Thanks.