Hello this is an php code for you cms usfull for config what te do
$FULL_BASE_URL = "http://" . $_SERVER['SERVER_NAME'];
define('FULL_BASE_URL', $FULL_BASE_URL);
unset($FULL_BASE_URL);
set this in your global or anything
nou you can doe this
mydomein.com change to <?php echo FULL_BASE_URL; ?>

