Jump to content

[SOLVED] IE scaring customers - SSL BS


Recommended Posts

i despise internet explorer, and until now i have pretty much not cared how the worst browser on the internet fails to display my pages properly, that is until i'm doing a shop and IE people are the most likely to buy after AOL people

gVV17vN.jpg

i know there are other threads on this ^ being typical
 
 
obviously i want friendly URL's so the code already in .htaccess is way over my head and just following suggestions in thread^ either get ignored or the whole shop goes 404

I'm looking for a more radical solution, like a complete edit of prestashop to only make SSL links & calls

where would i start?

Link to comment
Share on other sites

hello

 

it's because your website displays mixed content.

Websites which use SSL, or securer socket layer, to encrypt some or all of their traffic, do not always encrypt every aspect of a page. For example, a website might secure the login form, but fail to send other technical files such as images or scripts in a secure fashion (https). This results in what is known as 'mixed content'.

 

how to fix?

you should check sources of your website and change all unsecured content to secured (from http to https)

Link to comment
Share on other sites

mixed content

yes, and all the solutions offered so far are about adding some code to .htaccess, to REWRITE the whole site into HTTPS,

i cannot make any of these suggestions work

 

so what about modifying my prestashop, so everything is permanently called in ssl?

Link to comment
Share on other sites

the problem is with .tpl files where you've got probably http connections.

can you share url to your website? i will inspect code for non-secured connections.

and in addition to all what i siad: what ps version you use? (1.5.4.1 ? 1.5.5 ?)

Link to comment
Share on other sites

×
×
  • Create New...