Title: Problem with caching
Last modified: August 21, 2016

---

# Problem with caching

 *  Resolved [eldenroot](https://wordpress.org/support/users/eldenroot/)
 * (@eldenroot)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-caching-1/)
 * I tried today Lite cache and Hyper cache extended… but I come back to normal 
   original Hyper cache
 * BUT! Caching is no longer working – no more caching pages etc
 * Please help me, there is a .htaccess content:
 *     ```
       ## EXPIRES CACHING ##
       <IfModule mod_expires.c>
       ExpiresActive On
       ExpiresByType image/jpg "access 1 year"
       ExpiresByType image/jpeg "access 1 year"
       ExpiresByType image/gif "access 1 year"
       ExpiresByType image/png "access 1 year"
       ExpiresByType text/css "access 1 month"
       ExpiresByType application/pdf "access 1 month"
       ExpiresByType text/x-javascript "access 1 month"
       ExpiresByType application/x-shockwave-flash "access 1 month"
       ExpiresByType image/x-icon "access 1 year"
       ExpiresDefault "access 2 days"
       </IfModule>
       ## EXPIRES CACHING ## BEGIN WP-PICShield
       # END WP-PICShield
   
       # 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]
       </IfModule>
   
       # END WordPress
       ```
   
 * and wp-config.php content
 *     ```
       <?php Manager
       define('DB_NAME', 'wxxxxxxxxxxxx');
       define('DB_USER', 'xxxxxxxxxxxxx');
       define
   
       ('DB_PASSWORD', 'xxxxxxxxxxxxxxxx');
   
       define('DB_HOST', 'xxxxxxxxxxxxxx');
       define('DB_CHARSET', 'utf8');
       define('DB_COLLATE', '');
       define('AUTH_KEY', 'put your unique phrase 
   
       here');
       define('SECURE_AUTH_KEY', 'put your unique phrase here');
       define('LOGGED_IN_KEY', 'put your 
   
       unique phrase here');
       define('NONCE_KEY', 'put your unique phrase here');
       $table_prefix  = "wp_";
       define ('WPLANG', 'cs_CZ');define('WP_CACHE', true);
   
       if ( !defined('ABSPATH') )
       	define('ABSPATH', 
   
       dirname(__FILE__) . '/');
       require_once(ABSPATH . 'wp-settings.php');
       ```
   
 * please tell me what is wrong? thank you
 * [http://wordpress.org/plugins/hyper-cache/](http://wordpress.org/plugins/hyper-cache/)

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

 *  Thread Starter [eldenroot](https://wordpress.org/support/users/eldenroot/)
 * (@eldenroot)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-caching-1/#post-4128460)
 * OK, I cleaned up in wp-config and .htaccess files… hyper cache is working again
   but it cache only for guests, not for logged users… it cached before… how to 
   turn on?
 *  Thread Starter [eldenroot](https://wordpress.org/support/users/eldenroot/)
 * (@eldenroot)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-caching-1/#post-4128471)
 * Nevermind it… I just fixed it!

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

The topic ‘Problem with caching’ is closed to new replies.

 * ![](https://ps.w.org/hyper-cache/assets/icon-256x256.png?rev=3452725)
 * [Hyper Cache](https://wordpress.org/plugins/hyper-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hyper-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hyper-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/hyper-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hyper-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hyper-cache/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [eldenroot](https://wordpress.org/support/users/eldenroot/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/problem-with-caching-1/#post-4128471)
 * Status: resolved