Author Topic: Migration to a new domain/computer.  (Read 2780 times)

andrewvmail

  • Newbie
  • *
  • Posts: 3
    • View Profile
Migration to a new domain/computer.
« on: May 13, 2009, 12:19:47 pm »
Currently I am just using an IP address to host OpenGoo on the internet.
I am planning to migrate it to a new computer and name.

Is there a way to change your IP within OpenGoo so all the links would not be the old IP? I seem to can't find it.

Lets say if you install it as localhost everything will become localhost.which breaks the link for people outside localhost.

Thanks.

Thomas

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • Email
Re: Migration to a new domain/computer.
« Reply #1 on: May 14, 2009, 04:02:29 am »
Go to %opengoo%\config\config.php

Where %opengoo% is where OpenGoo is installed.

i.e. - C:\inetpub\wwwroot\opengoo\config\config.php

Modify the ROOT_URL in config.php:

define('ROOT_URL', 'http://opengoo.yourdomain.com/');