• Hi,

    Thx for your plugin. It do what i want but i have one problem.
    When i am on the page that i have configure to be in https, all the links to anothers pages of the site are https too.
    But i want that http pages still be http pages

    How can i do ?

    Thx for your help

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, let me see if I understand you correctly. You want all the links coming from that page which is https to be http? These are internal links in your site.

    If that is the case then you will have to select the pages that you want to be https instead of selecting the whole domain.

    Let me know if you need more help.

    Regards

    Thread Starter hurrycane

    (@hurrycane)

    Hi,
    It’s exactly what i want.
    And i have selected the pages that i want to be HTTPS. But now, when i’m on one if this pages, all the links are HTTPS…
    I’ve try without the second option of the plugin and it’s same problem. And without this option, i’ve mixed content errors.

    Thx for your help

    Plugin Support mbrsolution

    (@mbrsolution)

    Can you provide an example of the links that are https?

    Thread Starter hurrycane

    (@hurrycane)

    Here my htaccess

    # BEGIN HTTPS Redirection Plugin
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{SERVER_PORT} !^443$
    RewriteCond %{REQUEST_URI} nos-magasins.html [OR]
    RewriteCond %{REQUEST_URI} mon-discounter
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>
    # END HTTPS Redirection Plugin

    For example : https://mda.netcom3s.fr/mon-discounter redirect at https://mda.netcom3s.fr/mon-discounter That is ok

    but when you are on the page and you click on the logo to go back to the home page, you reach https://mda.netcom3s.fr/ instead of https://mda.netcom3s.fr/

    Thx

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, what URL have you typed in the following? Located under Settings -> General?

    WordPress Address (URL)
    Site Address (URL)

    • This reply was modified 7 years, 10 months ago by mbrsolution.
    Thread Starter hurrycane

    (@hurrycane)

    Hi, i have entered :
    https://mda.netcom3s.fr

    Plugin Support mbrsolution

    (@mbrsolution)

    What happens if you disable this plugin? Do you still have the same problem?

    Thread Starter hurrycane

    (@hurrycane)

    If i disable the plugin, all my site is on https://

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, the plugin developers will investigate your issue further.

    Thank you

    Plugin Author mra13

    (@mra13)

    The header logo link pointing to https page is actually not done by this plugin.

    This plugin simply does the redirection to the “https” version of the URL which it is doing correctly. But there is something else on this site that is making that site’s homepage link to be “https”.

    My Opinion: If you have SSL installed on your site you should really make all the pages HTTPS. Having some in https and others in http is going to be hard for you to manage.

    Thread Starter hurrycane

    (@hurrycane)

    Hi,

    But, when we are on the pages before the secure one, we have the same logo without the http url.
    It’s only when we are on the HTTPS that the logo link (and all others links) point on the HTTPS url

    Thx for your help

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘If page is https, all links in that page too’ is closed to new replies.