Know where 7.1 sanatizes the domain address?

I would like to know where it is stripping off the 'www' off the web address.  

I found a function called getDomain but it's under the Sites Module so that's not it because what if you don't load that module?

Appreciate any directional pointing on this.

Quote · 17 Dec 2013

 

I would like to know where it is stripping off the 'www' off the web address.  

I found a function called getDomain but it's under the Sites Module so that's not it because what if you don't load that module?

Appreciate any directional pointing on this.

 In your site root /inc/header.inc.php

add the www there.

Look at line 21,22 and change line 23

$site['ver']               = '7.1';

$site['build']             = '4';

$site['url']               = "http://www.yoursite.com/";

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 17 Dec 2013

Sweet. Thanks. So obvious I overlooked it.

Quote · 18 Dec 2013
 
 
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.