Add these rules to your .htaccess file in order to reduce the load times of web pages by storing commonly used files from your website on your visitors browser.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
ExpiresActive on
ExpiresByType text/css"access plus 14 days"
ExpiresByType text/xml"access plus 0 seconds"
ExpiresByType text/javascript"access plus 14 days"
ExpiresByType application/x-javascript"access plus 14 days"
ExpiresByType image/ico"access plus 14 days"
ExpiresByType image/jpg"access plus 14 days"
ExpiresByType image/jpeg"access plus 14 days"
ExpiresByType image/gif"access plus 14 days"
ExpiresByType image/png"access plus 14 days"
ExpiresByType image/svg+xml"access plus 1 month"
ExpiresByType text/html"access plus 14 days"
ExpiresByType video/ogg"access plus 1 month"
ExpiresByType audio/ogg"access plus 1 month"
ExpiresByType video/mp4"access plus 1 month"
ExpiresByType video/webm"access plus 1 month"
ExpiresByType application/x-font-woff"access plus 1 month"
ExpiresByType application/vnd.ms-fontobject"access plus 1 month"
ExpiresByType application/xml"access plus 0 seconds"
ExpiresByType application/json"access plus 0 seconds"
ExpiresByType application/rss+xml"access plus 1 hour"
ExpiresByType application/atom+xml"access plus 1 hour"
|
WordPress is a powerful software that is easy to work with once you have the right host to support you. Before you lose any more time with the wrong host, check out the SiteGround WordPress hosting offer.