Browser Cache (HTACCESS)

# enable expirations ExpiresActive On # expire images after a week in the client's cache <filesMatch "\.(jpg|jpeg|png|gif|swf)$"> ExpiresDefault A604800 </filesMatch> # expire javascript/css after 3 days in the client's cache <filesMatch "\.(js|css)$"> ExpiresDefault A259200 </filesMatch>
Specify caching rules for browser cache

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.