Hi all
I've been reading all forum threads about this issue and still have not success.
I'm running v0.9.3 and my .htaccess is something like:
# 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'm sure it's the correct one (added custom 301 redirections and works fine) and it has the correct permissions, but W3TC didn't write any line.
What kind of sorcery is this? O_o