Good day,
What would be correct .htaccess setting to force both SSL and WWW for chevereto latest version?
Currently in .htaccess i have:
RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{SERVER_PORT} 80
RewriteRule .? https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
This is not forcing www though, how to fix this?
Thanks! 🙂
What would be correct .htaccess setting to force both SSL and WWW for chevereto latest version?
Currently in .htaccess i have:
RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{SERVER_PORT} 80
RewriteRule .? https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
This is not forcing www though, how to fix this?
Thanks! 🙂