Cache prevents .htaccess redirect – Apache
I want to redirect all traffic on my webpage from www to non-www. So every request that goes to www.example.com will be redirected to example.com. This is done in my .htaccess (taken from this question) RewriteEngine on RewriteBase / RewriteCond…