Support » Plugin: Hyper Cache » Problem with caching

  • Resolved eldenroot

    (@eldenroot)


    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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter eldenroot

    (@eldenroot)

    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

    (@eldenroot)

    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.