• Hello,
    I have some important issues with Cache Enable” : some css files are loaded from http:// but my website is on https:// and the base url in WordPress is also https://.
    With this problem, the CSS is not loaded.

    If i deleting the pluggin, everything is working normally.

    My configuration is just “compression of cached pages” checked (I tried to uncheck it but the problem remains).

    Thank you for you help.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you double checked that all of your requests are being redirected to HTTP from your origin? Users from this thread: https://wordpress.org/support/topic/enabling-cache-enabler-causes-mixed-content-over-https/page/2/ had a similar issue and a redirect rule in their .htaccess fixed it

    Thread Starter mansyd

    (@mansyd)

    Thank you for your reply.
    I don’t understand the topic because I have an error message if I add this:
    RewriteCond %{HTTP:X-Forwarded-Proto} !=https RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=302,L]

    What is the error message? Also, do you already have a global redirect rule in place?

    Thread Starter mansyd

    (@mansyd)

    Yes i have a global redirect rule :

    RewriteCond %{SERVER_PORT} ^80$ [OR]
    RewriteCond %{HTTPS} =off
    RewriteRule ^(.*)$ https://www.sydev.com/$1 [R=301,L]
    RewriteCond %{HTTP_HOST} ^sydev.com [NC]
    RewriteRule ^(.*)$ https://www.sydev.com/$1 [R=301,L]

    When I add the line mentioned in the topic i have a message “This page isn’t correctly redirected”.

    Have you tried disabling that redirect rule when and adding the above rule at the top of your .htaccess?

    Thread Starter mansyd

    (@mansyd)

    Hello ! I finally opted for the change by another plugin.
    Thank You

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

The topic ‘Not charging CSS for some pages’ is closed to new replies.