Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

You may find yourself in situation where you need to move HostBill from one domain/server to other, or simply to put it in subdomain. You can easily do so by following steps below:

Moving files


Copy all HostBill files from your current location to new one, make sure to set proper CHMODs after moving:

  • templates_c to 777
  • attachments to 777
  • downloads to 777
  • admin/cron.php to 755
  • admin/pipe.php to 755

Moving database


Once all files are in new location its time to move database.

  • Create dump of your current HostBill database using your control panel of choice, phpmyadmin or mysqldump command.
  • Create database at new location and use your backup to fill its contents

Once database is in place make sure to update /includes/config.php in your new HostBill location to match new database access details

Updating license details


If your license domain / IP or location has changed you need to update our licensing system with new values. To do so:

  • No labels