Edit your file includes/configure.php

Change this:
PHP Code:
define('HTTP_SERVER''http://mydomain.com');
define('HTTPS_SERVER''https://mydomain.com'); 
to this:
PHP Code:
define('HTTP_SERVER''http://www.mydomain.com');
define('HTTPS_SERVER''https://www.mydomain.com');