Change installation folder

What changes are necessary in UNA to change the site folder?

  • 444
  • More
Replies (1)
    • Edit inc/header.inc.php file, the following string:

      define('BX_DIRECTORY_PATH_ROOT', '[path to your UNA'); ///< site path

      Then clear /cache/ and /cache_public/ folders (leave only .htaccess file there). Also, you need to correct the path in your Cron Jobs.

      If you need to correct UNA URL too see this manual .

      Login or Join to comment.