Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Harry Milatz

    (@harry-milatz)

    Hi Josiah,

    the plugin should do this automatically if your settings for https are correct in the options from WP and in the htaccess is something like

    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    
    or
    
    RewriteRule ^(.*)$ https://www.yourdomain.domain/? [R=301,L]
    </IfModule>

    Can you give me an URL to take a look?

    Best regards,
    Harry

    Thread Starter Ambyomoron

    (@josiah-s-carberry)

    OK, thanks. I found the problem. It was an error in the wordpress config.

    Plugin Author Harry Milatz

    (@harry-milatz)

    I am glad that you was able to solve this:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing cache URL to https’ is closed to new replies.