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?
If you mean C5's config, you just have to edit your config/site.php replacing the old domain name with the new one.
where can i find the config/site.php?
Thanks for the help!
Thanks for the help!
That file in your site's configuration file, which has a line pointing to your domain, like:
define('BASE_URL', 'http://mydomain.com');
define('BASE_URL', 'http://mydomain.com');
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.
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.
dude old thread
Whooops, wasn't paying attention to the date there. :)