W3 total cache 500-as hibát okoz

Sziasztok!

Ha bekapcsolom a W3 Total cache-t az oldalam elérhetetlen lesz. 500-as hibaüzenet jön.

Rákerestem a neten, többen írnak egy tipikus .htacces hibát, amit ellenőriztem és az jól van. Mélységében nem értek hozzá, szóval itt megállt a tudományom.

Itt a htaccess tartalma, ha be van kapcsolva a W3 total cache. Lát ebben valaki valami rendellenességet?

BEGIN W3TC Page Cache core

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
RewriteRule .* - [E=W3TC_PREVIEW:_preview]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =""
RewriteCond %{REQUEST_URI} /$
RewriteCond %{HTTP_COOKIE} !(comment_author|wp-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html” -f
RewriteRule .* “/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html” [L]
</IfModule>

END W3TC Page Cache core

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