Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cmueringer

    (@cmueringer)

    Hi Peter,

    finally all looks good. I added thhese 2 lines to my .htaccess file:
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    With the “Better Search Replace” Plugin i was able to change nearly 400 urls to https in a few seconds. Great!!
    many thanks for your great help!

    Have a nive day.
    Christian

    Thread Starter cmueringer

    (@cmueringer)

    Peter, your last tipp with woocommerce hits the bull ??

    There was a checkbox to force ssl within the shop checkout. I cleared that checkbox and my website is on again :-))

    Now you can see our little nice shop ??

    I will now find out to redirect within the htaccess file.

    THANK YOU VERY MUCH!
    Best regards, Christain

    Thread Starter cmueringer

    (@cmueringer)

    Thank you Peter,
    I will try this.

    Thread Starter cmueringer

    (@cmueringer)

    Hi Peter,
    ok understood. You’re right. I will switch to have all pages work with https://.

    As you can see the htaccess file, do you have an idea where the redirection could happen? I have no redirection plugin. Are there any other wordpress settings to check?

    What do ou mean with “force/redirect front-end to http”?

    Now I have these seetings:
    WordPress-Adresse (URL): https://wildpark-collection.de
    Website-Adresse (URL): https://wildpark-collection.de

    is that OK?

    Best regards,
    Christian

    Thread Starter cmueringer

    (@cmueringer)

    Hi Peter,
    thank you very much for your very helpful suggestions!

    I just changed the website URL and the WordPress URL in the general settings to https://. Before both were set to https://.
    Unfortunatly this was nut sufficent ??
    I basically thought that all “normal” pages with just text and images can run under https:// without problems and only the shop and payment pages should run under https://. This worked for a couple of months. Probably the browsers handle things different now??

    This is my .htaccess file:

    .htaccess
    ——————–
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    ————————

    Running the complete page under https:// would mean that I have to change all internal image and link urls to https:// too, correct?

    Would it be an option to ask my hosting provider to deactive HSTS?

    Best regards,
    Christian

Viewing 5 replies - 1 through 5 (of 5 total)