Page 1 of 1

change root url from IP address to real domain name after installation ?

Posted: Fri May 22, 2009 1:02 am
by czy11421
I have installed CMS successfully. But when I first installed it, I use my IP address as domain name, then all URL will be /192.xxx.xxx.xxx/my_link. Now I have applied a new domain name, like www.example.com, then how could I change the IP address to my domain, like www.example.com/my_link ? which sql table save this value ?

Thanks.

Re: change root url from IP address to real domain name after installation ?

Posted: Fri May 22, 2009 3:32 am
by viebig
not in database

just edit config.php (search for root)

Regards