Hi, can you provide more information about the suffix you want to include?
Thank you
Hello,
Oh. I did not say that. This is currently reported for two files.
svg and woff2
But, in this way you would constantly add new suffixes and it would be confusing.
As I said. It would be better to define the suffix itself. If it would be possible.
Hi, please read the following documentation. Let me know if this helps you.
Kind regards.
Hello,
I changed it to this
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresDefault "access 1 month"
</IfModule>
and it works flawlessly.
Thank you
I am happy to know that you found a solution π
Enjoy the plugin.