Auto change in htaccess
-
yesterday night i did some change in public_html/wp-content/cache/autoptimize/htaccess expiry header but today in morning when I open and saw it was old code. why it got autochange
old code:-
ExpiresByType text/css A30672000
ExpiresByType text/javascript A30672000
ExpiresByType application/javascript A30672000new code:-
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 day”
ExpiresByType text/html “access 1 day”
ExpiresByType application/pdf “access 1 day”
ExpiresByType text/x-javascript “access 1 day”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 1 month”
The topic ‘Auto change in htaccess’ is closed to new replies.