how to change domain address

Permalink
Hi I've created a website using concrete 5 and want to change my website address into a new domain that i've just bought. Both domain is hosted by bluehost. How is this possible?

 
okhayat replied on at Permalink Reply
okhayat
If you mean C5's config, you just have to edit your config/site.php replacing the old domain name with the new one.
bloodleorix replied on at Permalink Reply
where can i find the config/site.php?

Thanks for the help!
okhayat replied on at Permalink Reply
okhayat
That file in your site's configuration file, which has a line pointing to your domain, like:
define('BASE_URL', 'http://mydomain.com');
npderive replied on at Permalink Reply
You should be able to SSH or Telnet into your account on bluehost, and if not, you should still have access to FTP through CPANEL.

Once you're logged in, either way, go to your C5 installation folder, and within it you will find a folder called "config", after which you will want to open site.php and change the value that relates to your site address (it's easy to spot).

Hope that helps.
Mnkras replied on at Permalink Reply
Mnkras
dude old thread
npderive replied on at Permalink Reply
Whooops, wasn't paying attention to the date there. :)