URL change on UNA site.

Hi,

I would like to move my UNA installation to a new domain. I have created a new key and secret for the new url, and change configuration to match it. It seems working, but whenever I typed in the new url, it will revert back to the old one. Is there any additional steps I need to do to make sure that the new url works without reverting back to the old one?

  • 1004
  • More
Replies (2)
    • Hello Ofiz!

      You need to correct this variable's value in inc/header.inc.php file:

      define('BX_DOL_URL_ROOT', '__value__'); ///< site url

      So you need to correct __value__ and then clear the cache via Studio->Dashboard section.

      • Thanks LeonidS. Now the migration is completed.

        Login or Join to comment.