Title: [Plugin: Minify] Local Testing &#8211; 404
Last modified: August 20, 2016

---

# [Plugin: Minify] Local Testing – 404

 *  [Zach Schnackel](https://wordpress.org/support/users/zslabs/)
 * (@zslabs)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-minify-local-testing-404/)
 * Hi,
    Testing this a bit more locally with a single-site install and not seeing
   any errors with debug turned on (generating the following):
 * `http://wpm.com/wp-content/cache/minify-d7ba1aa3d2a4c4f5d49ff36f69999227-1344439294.
   css`
 * but the links themselves go to a ‘Page not Found’
 * I have the following in my .htaccess file:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       RewriteRule ^wp-content/cache/minify-(.+)-(.*).(css|js)$ /wp-content/plugins/minify/make.php?hash=$1&type=$3&incr=$2 [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Not using Memcache at the moment (only other thing installed is the APC Object
   Cache). Any suggestions?
 * [http://wordpress.org/extend/plugins/minify/](http://wordpress.org/extend/plugins/minify/)

The topic ‘[Plugin: Minify] Local Testing – 404’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/minify_d4d4d4.svg)
 * [Minify](https://wordpress.org/plugins/minify/)
 * [Support Threads](https://wordpress.org/support/plugin/minify/)
 * [Active Topics](https://wordpress.org/support/plugin/minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/minify/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Zach Schnackel](https://wordpress.org/support/users/zslabs/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-minify-local-testing-404/)
 * Status: not resolved