Announcement

Collapse
No announcement yet.

Secure Link question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Secure Link question

    I have made my site completely secure. I still have some links that are not, can someone give me some advice on how to fix them?

    1. The breadcrumbs are not secure

    2. Links in my helpful links and footer categories are also not secure.

    Currently, they redirect to make it secure, but I would prefer the links themselves to be secure.
    Thank you,
    John

    #2
    Re: Secure Link question

    If you update your domain settings, it should fix most of your links:

    https://www.netblazon.com/blog/migra...miva-site-ssl/

    For ones that do not change, you'll need to manually make the changes in the page templates.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Secure Link question

      My .htaccess file has this:

      #Secure entire website
      RewriteCond %{SERVER_PORT} !443
      RewriteRule ^(.*)$ https://www.widgetsupply.com/$1 [R,L]


      #RewriteCond %{HTTP_HOST} !^$
      #RewriteCond %{HTTP_HOST} !^www\. [NC]
      #RewriteCond %{HTTPS}s ^on(s)|
      #RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

      But the instructions say to use this:

      # force https
      RewriteCond %{HTTPS} off
      RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
      Last edited by widgetsupply; 05-27-15, 10:24 AM.
      Thank you,
      John

      Comment


        #4
        Re: Secure Link question

        I substituted in the code from the netblazon site, but it didn't make any difference. I figured how to fix the footer links. However, most of the site links, like breadcrumbs, category tree, product links, etc are listed like: http://www.widgetsupply.com/category...oupes-20x.html

        Could this be a short link issue?
        Thank you,
        John

        Comment


          #5
          Re: Secure Link question

          It all depends on how your site was coded. Most likely you need to go into the page templates and manually update the links to be secure.
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment


            #6
            Re: Secure Link question

            I have a Suivant store. I just called tech support and they are going to look into it more. In any event, on the test site, links start with: "suivant-theme." where all of my autogenerated links start with "www." Where is this changed at?
            Thank you,
            John

            Comment

            Working...
            X