Changing base url

Hi,

I've had to change the name of my entire website, but still when i go to my website, the url says the old name. I assume this propogates through to email templates etc etc.


Does anyone know where in the php script I can change this so it changes the base url, and propogates through to every mention of the site?

Thanks

Russell

Quote · 25 Mar 2010

through your cPanel, edit file "header.inc.php" line 28,  value should be there...change to what you want (this is for D7)

$site['ver']               = '7.0';
$site['build']             = '0';
$site['url']               = "http://www.yoursitename.com/";
$admin_dir                 = "administration";
$iAdminPage                = 0;
$site['url_admin']         = "{$site['url']}$admin_dir/";

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 25 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.