W3 Total Cache help please , made my site not resolve

justwondering

Newbie
Joined
May 11, 2011
Messages
10
Reaction score
1
Hi i hope this is the right forum for my posting.

W3 Total Cache help please , made my w's. And non w's not resolve (im a newbie poster so i'm not allow to post the 3 w's )

I had a bit of a nightmare with w3 total cache , w3 sped my site up , but via a test on woorank , i found that the site was showing as duplicate content and showing that the w's And non w's Did not resolve .


Has anyone had the same experience or any does anyone which settings i should be changing to make the w3 total cache plugin work ?
 
I'm not a fan of w3 total cache, too many settings.. Do yourself a favor and go with QUICK CACHE. W3 total cache probably modified your .htaccess.. Make sure your htaccess looks like this..

HTML:
# 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
 
Back
Top