Hi @sancha_f,
I'm sorry, my instructions were not totally accurate. I only provided the changes for the HTTP virtualhost, but you applied it to the HTTPS one. You would then need to fix the RewriteRule
to use https://
:
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=permanent,L]
In fact, you can remove that part from the HTTP virtualhost, since it would be always redirected to the HTTPS one, and applying the change to www. there.
With regards, to the login page issues, could you double-check that the URLs for the sites are correct? You should be able to see this on the main site's configuration, under the Sites section.