Levi
Ultimate Member
Quick question.... Sean might be able to help here as it's showing as working on his site... but it's not on Tony's or mine 
Using this tool it shows mine is not working. Everything I've found online basically says I need to add in something like the below for it to work on an apache server (cpanel in my case), which I have.
From what I can find I need to add
<code>ExpiresActive On
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"</code>
Any ideas why it's not working?
Using this tool it shows mine is not working. Everything I've found online basically says I need to add in something like the below for it to work on an apache server (cpanel in my case), which I have.
From what I can find I need to add
<code>ExpiresActive On
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"</code>
Any ideas why it's not working?