• Hi

    Happy New Year!

    I recently installed BWS and now I can’t see any more thumbnails for new posts.

    Posted posts still have their thumbnails but new posts don’t have a thumbnail/featured image.

    When I disable the BWS plugin it still doesn’t work. So it seems like it did some damage that isn’t reverted when I turn it off.

    When I remove .htaccess it works again.

    I’ve tried remaking a default .htaccess file but this doesn’t help. This is its current content:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I did not have a backup of my .htaccess or wp-config.php files.

    I would greatly appreciate any help you can give me.

    Thanks in advance!
    Superflu

    http://wordpress.org/plugins/better-wp-security/

The topic ‘No thumbnails’ is closed to new replies.