I have a main domain, it works find. its the forwarded domain that gives the error "access to csshover.htc denied"

I've read and tried the suggestions titled "Csshover Issue?", with no success.

i made these changes to includes/config.php file:

define('HTTP_SERVER', 'http://thecompanykw.com');
define('HTTP_SERVER', 'http://www.thecompanykw.com');
define('HTTPS_SERVER', 'https://thecompanykw.com');
define('HTTP_SERVER', 'http://anotherkwevent.com');
define('HTTP_SERVER', 'http://www.anotherkwevent.com');
define('HTTPS_SERVER', 'https://anotherkwevent.com');


this is in my admin/includes/configure.php file:

define('HTTP_SERVER', 'http://thecompanykw.com');
define('HTTP_SERVER', 'http://www.thecompanykw.com');

define('HTTPS_SERVER', 'https://thecompanykw.com');
define('HTTPS_SERVER', 'https://www.thecompanykw.com');

define('HTTP_CATALOG_SERVER', 'http://thecompanykw.com');
define('HTTP_CATALOG_SERVER', 'http://www.thecompanykw.com');

define('HTTPS_CATALOG_SERVER', 'https://thecompanykw.com');
define('HTTPS_CATALOG_SERVER', 'https://www.thecompanykw.com');


define('HTTP_SERVER', 'http://anotherkwevent.com');
define('HTTP_SERVER', 'http://www.anotherkwevent.com');

define('HTTPS_SERVER', 'https://anotherkwevent.com');
define('HTTPS_SERVER', 'https://www.anotherkwevent.com');

define('HTTP_CATALOG_SERVER', 'http://anotherkwevent.com');
define('HTTP_CATALOG_SERVER', 'http://www.anotherkwevent.com);

define('HTTPS_CATALOG_SERVER', 'https://anotherkwevent.com');
define('HTTPS_CATALOG_SERVER', 'https://www.anotherkwevent.com');

Not sure where to go from here. I only found one suggestion in the forums. Please suggest. Thanks in advance!!!!