2019-10-02, 03:06:37
I also recommend adding to the file .htaccess
Code:
RewriteCond %{ENV:HTTPS} !on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]