Dec 15, 2012

How to Add Leverage Browser Caching in WordPress Website via .htaccess


 


Step 1


 


First you need to access your .htaccess file through cPanel by clicking on the File Manager. When the popup box appears, click on the Web Root option and make sure that the “Show hidden files” option is checked.


 


Add Leverage Browser Caching 1





 


Step 2


 


Open up your .htaccess file and paste the following directives at the top of the file:


 



 


Add Leverage Browser Caching 2



 


## 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 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 2 days"


</IfModule>


## EXPIRES CACHING ##




 


Step 3


 


Now save your .htaccess file and view your site through PageSpeed Insights.




 

No comments:

Post a Comment