How do I add a "Leverage browser caching" and "Cache validator"?
Am trying to optimize my page and it says to add a Leverage browser caching and Cache validator to my .htaccess file. How do I do that/ whats the code for it.
This is what my .htaccess file has on it, I have not edit anything on it. My page is jooel.me .
# Begin cache control #
ExpiresActive on
ExpiresActive off
<FilesMatch ".*">
Header unset Cache-Control
Header unset Expires
Header unset Last-Modified
FileETag None
Header unset Pragma
</FilesMatch>
# End cache control #
