Title: Plugin WP Minify only working on main page.
Last modified: August 20, 2016

---

# Plugin WP Minify only working on main page.

 *  [thepenguins](https://wordpress.org/support/users/thepenguins/)
 * (@thepenguins)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-minify-1/)
 * I just installed WP Minify and it only seems to be working for the main page.(
   won’t even work on page 2 of my post list)
 * I have it at the default settings.
 * Other plugins I’m using are shareaholics, Jetpack, Akismet, WordPress SEO, P3(
   Plugin Performance Profiler) and post ratings.
 * Help!

Viewing 1 replies (of 1 total)

 *  Thread Starter [thepenguins](https://wordpress.org/support/users/thepenguins/)
 * (@thepenguins)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-minify-1/#post-3520614)
 * Ok so it’s not working on the main page anymore either. Could it be my htaccess?
 * I’m using this:
 *     ```
       # BEGIN Compress text files
       <ifModule mod_deflate.c>
         AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
         AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
         AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
         AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
         AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
         AddOutputFilterByType DEFLATE font/truetype font/opentype
       </ifModule>
       # END Compress text files
   
       # BEGIN Expire headers
       <ifModule mod_expires.c>
         ExpiresActive On
         ExpiresDefault "access plus 600 seconds"
         ExpiresByType image/x-icon "access plus 2592000 seconds"
         ExpiresByType image/jpeg "access plus 2592000 seconds"
         ExpiresByType image/png "access plus 2592000 seconds"
         ExpiresByType image/gif "access plus 2592000 seconds"
         ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
         ExpiresByType text/css "access plus 1 week"
         ExpiresByType text/javascript "access plus 2592000 seconds"
         ExpiresByType application/javascript "access plus 2592000 seconds"
         ExpiresByType application/x-javascript "access plus 2592000 seconds"
         ExpiresByType text/html "access plus 600 seconds"
         ExpiresByType application/xhtml+xml "access plus 600 seconds"
       </ifModule>
       # END Expire headers
   
       # BEGIN Cache-Control Headers
       <ifModule mod_headers.c>
         <filesMatch "\.(ico|jpe?g|png|gif|swf)$">
           Header set Cache-Control "public"
         </filesMatch>
         <filesMatch "\.(css)$">
           Header set Cache-Control "public"
         </filesMatch>
         <filesMatch "\.(js)$">
           Header set Cache-Control "private"
         </filesMatch>
         <filesMatch "\.(x?html?|php)$">
           Header set Cache-Control "private, must-revalidate"
         </filesMatch>
       </ifModule>
       # END Cache-Control Headers
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Plugin WP Minify only working on main page.’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [thepenguins](https://wordpress.org/support/users/thepenguins/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-minify-1/#post-3520614)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
