Satya Prakash
Member
Posted 2 years ago #
I see a problem about www and non-www page.
I think it is caused by W3 total cache as this problem was not in my blog - http://www.satya-weblog.com. Any idea?
I tried to use this
RewriteEngine on
RewriteCond %{HTTP_HOST} ^satya-weblog.com [NC]
RewriteRule ^(.*)$ http://www.satya-weblog.com/$1 [L,R=301]
but this starting redirecting to a unique page:
http://www.satya-weblog.com/wp-content/w3tc/pgcache/_default_.html.gzip
I have not noticed it when testing it but after 1-2 days I got somehow.
Though the above page with gzip extension works but this is not what I wanted to do.
Thanks1
remotay
Member
Posted 2 years ago #
I have this exact same problem. Any solutions? I just noticed it too. I don't think this happened on the last version of W3 TC.
Satya Prakash
Member
Posted 2 years ago #
I have no solution to this problem.
Do you know that http://address to http://www.address is good for SEO. After this problem, I may have lost some SEO points.
I think, I should first take backup of the plugin and then update it.
Satya Prakash
Member
Posted 2 years ago #
It looks I need to add the above code above W3 cache code.
I have added the above code again before - # BEGIN W3 Total Cache
Lets see what happen now. Currently it seems working.
After the change just clear the cache.