home page I am having SSL certificate problem

home page I am having SSL certificate problem. Other pages are safe to navigate, only home page has security certificate issue. why could it be. what should I do.

https://0fs.me/4327841

  • 1065
  • More
Attachments
Replies (15)
    • I go from the home page to another page. When I come back to the home page, the problem goes away. other pages are ok.

      • The missing icons above in your picture, sure sign of incorrect setup.

        When you installed your site did you use the https or did you get a certificate and then try to take your site ssl?

        • If you're able to edit your .htaccess file add these few lines and it should fix your problem.

          RewriteEngine On

              RewriteCond %{SERVER_PORT} 80

              RewriteRule ^(.*)$ https://yoursite.com/$1 [R,L]

          • After checking your site I'm almost certain the above edit to the .htaccess will correct it.

            • I added. did not work. I am getting a white page and page not redirected error. 
              • Options -MultiViews -Indexes

                    <IfModule mod_php5.c>

                    php_flag allow_url_include Off

                    php_flag register_globals Off

                </IfModule>

                <IfModule mod_rewrite.c>

                    RewriteEngine on

                    RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

                    RewriteRule ^page/(.*)$  page.php?i=$1 [QSA,L]

                    RewriteRule ^s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+)  storage.php?o=$1&f=$2   [QSA,L]

                    RewriteCond %{REQUEST_FILENAME} -f [OR]

                    RewriteCond %{REQUEST_FILENAME} -d

                    RewriteRule .+ - [L]

                </IfModule>

                AddType image/svg+xml svg

                • where to add. you add. I'll copy and paste.

                  • MuhammeT  What php version are you using?

                    • 2

                      PHP Version:

                      php74rc

                      Web Application Stack:

                      NGINX + Apache2 Hybrid (You will be able to use .htaccess)

                      • MuhammeT This is one way to redirect from HTTP to HTTPS, supported by Apache. The pic below shows the UNA default .htaccess code, and with two additional lines that i added to redirect from http to https. The domain name in the highlighted can be changed to yours, if needed. I'm attaching the htaccess file, in case you want to give it a try, or you can just add the additional lines to yours. 😊 

                        image_transcoder.php?o=bx_froala_image&h=4618&dpx=1&t=1612161581

                        • i installed and updated.

                          white sheet. If you can look right now, please check the website.

                          for a while I will not reinstate for you.

                          • i installed and updated.

                            white sheet. If you can look right now, please check the website.

                            for a while I will not reinstate for you.

                            .htaccess file needs to be in the same folder as your website hayvansagligi.com and no other redirects set for the same domain in cpanel.

                            I could help you fix that remotely if you like... send me an inbox, i'll be free later today. 

                            • Just checked your site, it's resolving but all pages are showing nonsecure as if there is no SSL on that domain.  

                              • Adding https: // per domain during the new installation and setup solved my problem.

                                • That works as long as the domain name is not typed directly into the URL. In most browsers, if someone types the name of the website exactly like this hayvansagligi.com in the browser bar, it won't redirect to the https the first time, and the images issue will show. The solution i gave you above will fix that.

                                  image_transcoder.php?o=bx_froala_image&h=4636&dpx=1&t=1612391739

                                  Login or Join to comment.