I’ve tried using the development version and that does not change anything. Disabling the plugin and switching to WP Super Cache seems to be the more-practical solution at this point.
However, I believe this has been mentioned, but you can just add this code to the top of your .htaccess file:
`<IfModule mod_rewrite.c>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.example.com$
RewriteRule ^(.*) https://example.com/$1 [QSA,L,R=301]
</IfModule>’
And everything will work correctly again. HOWEVER, this does not correct the problem as WordPress is supposed to automatically redirect the URLs — but once the plugin is enabled, it does not.
Since WordPress 2.3 a feature called “canonical URLs” has been known to redirect www to non-www or vice-versa…
Regardless of settings?
FYI, WP Super Cache works just fine… well judging that its made by the WordPress Developers — I’d hope so… anyways there’s a problem that needs to be located in W3 Total Cache…