Http to https


Hi,

I want to redirect my website from http to https

but it did not happen even though i installed ssl

The site disappears when I make changes to .htaccess

  • 959
  • More
Replies (2)
    • I found and solved the problem
      Follow this path

      /home/yoursitename/public_html/inc/header.inc.php

      define('BX_DOL_URL_ROOT', 'http-yourdomain'); ///< site url

      change

      define('BX_DOL_URL_ROOT', 'https-yourdomain); ///< site url

      • I am guessing you used .htaccess to do the http to https redirect.  If possible, do it in the server for the virtual host.  Most control panels have a section for this.

        Login or Join to comment.