• I added SSL to my site and added a redirect in my .htaccess file

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]]

    But whenever I test a redirect

    I cant find any solution to this problem.

    What exactly do I need to do when I add SSL to the site to have w3 total cache still work normally?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor gidomanders

    (@gidomanders)

    Could you please share your .htaccess file and wp-content/w3tc-config/master.php file so I can try to reproduce the issue?

Viewing 1 replies (of 1 total)
  • The topic ‘SSL added. Now redirects to the cache _index.html_gzip file’ is closed to new replies.