-1
The redirection of https://www.meusite.com
for https://meusite.com
doesn’t work.
And as a result I get the site in duplicate, one page I’m logged in and the other not.
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteCond %{HTTPS} on
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
#RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
</IfModule>