https landing page SSL warning

by 4 replies
5
Hey there warriors,

my AM told me to add a ssl to my url and when I did it caused
my landing page to open very slow and shows warning error
when opening with IE
z1 - zuriy3k1's library

I'm told from host provider its because of the http url's
which the page has built in by default when using dreamweaver
z2 - zuriy3k1's library

is there a fix, what are my options?

thank in advance

Z
#programming #https #landing #page #ssl #warning
  • This generally happens if you have some type of media (image, video, css, js file, etc) included in the page with a http: prefix.

    One quick way to fix it is, in Dreamweaver, on the top bar you should be able to see "Code View." Click that. Now, press ctrl+f, this will open the find/replace dialog. Once in that dialog, in the find box put "http:" and replace it with "https:". Keep doing it until dreamweaver doesn't find any more http's.

    Save and upload. This warning should go away.

    There may be a better way in DW. I use it every day, but only for the code view so I'm not certain if there's a shortcut in the wysiwyg editor.
    • [1] reply
    • Thanks for the reply... I did exactly what you said but when I clicked find it would only find my image url's that had https... but not these in this image.

      z22 - zuriy3k1's library

      z
      • [1] reply

Next Topics on Trending Feed