Just installed WP Super Cache Manager, which replaced my aging wp-cache. Get the following two messages on the config page. Do they require action?
1.
Warning! /var/www/vhosts/polizeros.com/httpdocs/wp-content is writeable!
You should change the permissions on /var/www/vhosts/polizeros.com/httpdocs/wp-content and make it more restrictive. Use your ftp client, or the following command to fix things:chmod 755 /var/www/vhosts/polizeros.com/httpdocs/wp-content/
2.
Mod Rewrite rules cannot be updated!
You must have BEGIN and END markers in /var/www/vhosts/polizeros.com/httpdocs/.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
I don't have any of that in .htacess. All that is in it is what wp super cache said to put in.