[Error 61] The install domain www.acehostmodernbill.com does not match the registered domain secure.acehost.com!


Why do I see this error?
  1. You may have registered the wrong domain. Please contact support for a new key file.

    ___ OR ___

  2. You have not configured the $standard_url and $secure_url variables properly here:
    include/config/config.locale.php

    Examples:

    Your current settings are:
    $standard_url = "www.acehostmodernbill.com/mbill/";
    $secure_url = "www.acehostmodernbill.com/mbill/";
    $https = "http";

    Your settings should be:
    $standard_url = "secure.acehost.com/mbill/order/orderwiz.php";
    $secure_url = "secure.acehost.com/mbill/order/orderwiz.php";
    $https = "http";

    Your actual settings may vary. Please contact support if you have questions.