Although what I suggest may not solve your problem immediately, it seems like you haven't updated your configure.php files to reflect the change from non-www to www.
Try the following changes to your configure.php files first:
/includes/configure.php
PHP Code:
define('HTTP_SERVER', 'http://www.72hourgear.com');
define('HTTPS_SERVER', 'https://www.72hourgear.com');
/admin/includes/configure.php
PHP Code:
define('HTTP_SERVER', 'http://www.72hourgear.com');
define('HTTPS_SERVER', 'https://www.72hourgear.com');
define('HTTP_CATALOG_SERVER', 'http://www.72hourgear.com');
define('HTTPS_CATALOG_SERVER', 'https://www.72hourgear.com');
Bookmarks