To set the https protocol, you'll need to add the following code to the .htaccess file:
RewriteCond% {HTTPS}! = On
RewriteRule. * Https: //......................% {REQUEST_URI} [R, L]
and replace define ('WEB_PATH', 'http://....................../'); with define ('WEB_PATH', 'https://......................../'); in the config.php file.