Hi,
i did exactly as You said and put usual WordPress htaccess rules at the top so my top looks like:
# 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
and after that is all the rest of w3 total cache plugin htaccess rules. But it doesn’t resolve my problem. Stil have problems with www to non-www redirect. My website is https://symbolika.net (instaled as https://www.symbolika.net ) and should be normalny with www but it doesn’t work properly.
Another website is https://przyslowia-cytaty.com ( should be https://www.przyslowia-cytaty.com ).
I checked it in Opera, FireFox, Internet Explorer nad 2 sites to redirection check and it doesn’t work :/
What do I need to do with that? Please help.