Title: A file whose suffix plugin does not include.
Last modified: July 9, 2019

---

# A file whose suffix plugin does not include.

 *  Resolved [michalrama](https://wordpress.org/support/users/michalrama/)
 * (@michalrama)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/)
 * Hello,
 * Good plugin, but there’s one problem.
 * What to do when a file expires with a suffix that the plugin doesn’t include,
   please?
 * I don’t know exactly how the plugin works, but it would be better to be able 
   to define the suffix itself.
 * Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/#post-11715954)
 * Hi, can you provide more information about the suffix you want to include?
 * Thank you
 *  Thread Starter [michalrama](https://wordpress.org/support/users/michalrama/)
 * (@michalrama)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/#post-11716030)
 * 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.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/#post-11720198)
 * Hi, please read the following [documentation](https://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533).
   Let me know if this helps you.
 * Kind regards.
 *  Thread Starter [michalrama](https://wordpress.org/support/users/michalrama/)
 * (@michalrama)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/#post-11722307)
 * 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
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/#post-11723850)
 * I am happy to know that you found a solution 🙂
 * Enjoy the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘A file whose suffix plugin does not include.’ is closed to new replies.

 * ![](https://ps.w.org/far-future-expiry-header/assets/icon-128x128.png?rev=1009451)
 * [Far Future Expiry Header](https://wordpress.org/plugins/far-future-expiry-header/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/far-future-expiry-header/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/far-future-expiry-header/)
 * [Active Topics](https://wordpress.org/support/plugin/far-future-expiry-header/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/far-future-expiry-header/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/far-future-expiry-header/reviews/)

## Tags

 * [suffix](https://wordpress.org/support/topic-tag/suffix/)

 * 5 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/a-file-whose-suffix-plugin-does-not-include/#post-11723850)
 * Status: resolved