• Resolved criscmaia

    (@criscmaia)


    I can’t find a way to automatically redirect all http links to the https version of it.

    This is my current cache:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Thanks

    https://wordpress.org/plugins/wp-super-cache/

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘HTTP to HTTPs?’ is closed to new replies.