The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Landing Page with SSL

Phuong

Member
Hello everyone and say hi to PureLander
I have a problem with my Landing Page.

I use PureLander and dowload the file to upload to my Hosting and domain.

But i can't have the SSL (green at the domain name) in my landing page link, eventhough my homepage have SSL.

How can i have all the green SSL at all my landing page link
Screenshot_2018-10-11-20-03-44-490_com.android.chrome.png
 
if a domain has a SSL certificate (that is valid) the green lock is available <<< that domain is using TLS or SSL
any image that is not HTTPS will not be secure and the SSL icon will have a slash through it and maybe say not secure <<< Is that your problem?

The best practice today it to use the page's $schema just eliminate the [http:] or [https:] (the browser will add the correct $schema of the page) and make all absolute image and other hyperlinks <img src="" and <a href="" like this >>>> //example.tld/file/
 
Have you looked at Let's Encrypt, or SSLforFree? Do you have access to your control panel, or is it a template driven site? Or something like word press or blogger?
 
You need to make sure your coding is redirecting everything to https, if anything stays or is at http it won't show. Also make sure that you're host has set it up correctly.
 
Just use CDN networks like clodflare its easy to use and you can create page rules for https redirects, it also comes with free SSL and sign up is also free.
 
maybe the internal links are directing you to the http version. You should always have a redirect at htaccess level to redirect any page on your site from http to https.

Another reason is that you could have mixed content, where the page is actually on https but you don't see the green logo because some images on the page are calling the image via http://
 
MI
Back