Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1340346

    Hello team,

    As my site is now live almost a month, I checked on Google how it is being displayed: https://savvyify.com/img/image/gbdd

    As you can see, it doesn’t show the URL of the site but instead an insecure site. When you open it, it opens it insecure without https despite that my page has https.

    Could you please explain what the issue is and how to solve this in Enfold?

    Thank you,

    #1340562

    Hey,

    Thanks for contacting us!

    Please see – https://www.siteground.com/kb/how-to-force-ssl-with-htaccess/

    Best regards,
    Yigit

    #1340986

    Hey @yigit,

    Is there an easy way to edit/add this code to the .htaccess file?

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    I don’t have an FTP installed and don’t need it. Which way would you recommend to add this code to .httaccess file that is easy and fast?

    Thank you,

    #1340989

    Hello,

    I believe there should be an easier way to fix this without the .htaccess file.

    What determines what is shown up in the display URL? Is that not handled by DNS Records, the A Name, or something similar? I just compared the settings with another website I host and they look equal to me, so it’s not understandable for me why the display URL appears differently for the new site.

    #1341125

    Hi,

    I checked on Google how it is being displayed

    It might be an old Google search entry, which will be updated eventually once the site has been re-crawled or re-indexed by Google. Just make sure to update regularly and add new content to it. This is what we see when we google or search for the site.

    screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwDDN4kFqGGvfPEcT?e=9SZZ5F

    The link in the search result also redirects to https properly.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.