I just updated my includes/configure.php file to include the SSL details provided to me by my hosting company. Here's what I did:

/
define('HTTP_SERVER', 'http://twistjewelrydesign.com');
define('HTTPS_SERVER', 'https://secure.hostmonster.com/~twistjew');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

However, once I loaded the file back to the server I keep getting The "System Setup iS Required" page. Is there something wrong with me code?

I tried to reload the original file and I keep getting the same error!

HELP!!!!!

Cindy