If I redirect from http to https, the e-mail works, but the user has a problem with creating an account.
If I do not redirect from http to https, the e-mail does not work, but the user can enter the previously activated account that he set up earlier.
When I add www in the address bar after https, the green padlock disappears, the re-sending of the activation link does not work, which the user can do in his profile after logging in when the account was not activated
In config.php I have a page without www
Redirection in htaccess
What should I do to fix it?
@luceos