I have an SSL via GoDaddy.
If I enter my address https:tennesseetraditionalflies.com it starts the https:/tennesseetraditionalflies.com

I added the following in my configure.php files
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'https://tennesseetraditionalflies.com');
define('HTTPS_SERVER', 'https://tennesseetraditionalflies.com');

However the http:tennesseetraditionalflies.com does not go to https:tennesseetraditionalflies.com

Does anyone have any ideas what is causing this?

Feel free to take a look at the website.