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