Hello
It apparently does not work with
Apache/2.4.10 Unix OpenSSL/1.0.1e-fips mod_bwlimited/1.4
This is a serious thing – when you activate a plugin and whole website is down – you should PRINT IN RED WITH BIIIIIG WORDS – what a user should do to revers the process manually.
Please don’t teach me how to rate – if plugin is dangerous everyone should know what can happen – I fixed that myself – but 90% of people probably would flame you till you respond.
If my servers isn’t Apache and you are right – I’ll make that review go away. If you need any more info I’ll be more than happy to help
======================================================================================
So your plugin adds:
# LBROWSERCSTART Browser Caching
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif “access 1 year”
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType image/x-icon “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType text/javascript “access 1 month”
ExpiresByType text/html “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/xhtml-xml “access 1 month”
application/pdf “access 1 month”
application/x-shockwave-flash “access 1 month”
ExpiresDefault “access 1 month”
</IfModule>
# END Caching LBROWSERCEND
That crashes my site https://www.tastysites.pl
And this is what I have – that does not work for everything but it does not crash my website
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType text/html “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 1 month”
</IfModule>
## EXPIRES CACHING ##