Home Forums WordPress Plugins Hide My WP wprocket

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15355
    allencheyette
    Pro
    Post count: 34

    site

    epsteinchiropractors.com
    login
    http://www.epsteinchiropractor.com/wp-login.php?hide_my_wp=1234
    Admin
    change0077

    there seems to be conflict

    1.cloudways have used this code in htaccess for caching
    but it does not catch all css files that are actually internal [eg style.css and main.css]

    the code is
    # TN Expires Caching Start #
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css “access 1 month”
    ExpiresByType text/html “access 1 month”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType application/javascript “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresDefault “access 1 month”
    </IfModule>
    # TN Expires Caching End

    2.with wprocket
    when click to combine js and css then it does not happen – presumably because it cant see the files as internal as paths hav been renamed?

    comments?

    thanks

    #15358
    Suman M.
    Post count: 12478
    This reply has been marked as private.
    #15501
    fluocat
    Post count: 7

    Hi there,

    I’d like to know if there is a conflict with WP Rocket (as you guys are talking about it).

    Cheers

    #15521
    Suman M.
    Post count: 12478

    Hi fluocat, it’s compatible with WP Rocket.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.