Quote Originally Posted by jettrue View Post
I think its because of the base href issue I mentioned in my previous post:

<base href="http://axlesforless.com/" />
OK I just added www to the config.php lines below and it seems to work now

define('HTTP_SERVER', 'http://www.axlesforless.com');
define('HTTPS_SERVER', 'https://www.axlesforless.com');
Thanks for all the help!!!