php Programming Glossary: expiresbytype
Set HTTP Caching Expiration, Recommended by Google PageSpeed http://stackoverflow.com/questions/2676744/set-http-caching-expiration-recommended-by-google-pagespeed ExpiresActive On ExpiresDefault access plus 1 seconds ExpiresByType image x icon access plus 2592000 seconds ExpiresByType image.. ExpiresByType image x icon access plus 2592000 seconds ExpiresByType image jpeg access plus 2592000 seconds ExpiresByType image png.. ExpiresByType image jpeg access plus 2592000 seconds ExpiresByType image png access plus 2592000 seconds ExpiresByType image gif..
Gzip compression through .htaccess not working http://stackoverflow.com/questions/5846376/gzip-compression-through-htaccess-not-working ExpiresActive On ExpiresDefault access plus 7 days ExpiresByType application javascript A2592000 ExpiresByType application x.. plus 7 days ExpiresByType application javascript A2592000 ExpiresByType application x javascript A2592000 ExpiresByType text javascript.. A2592000 ExpiresByType application x javascript A2592000 ExpiresByType text javascript A2592000 ExpiresByType text html A2592000 ExpiresByType..
|