As we all know, Google consider this as a problem and might hit your SEO hard before you take notice.
With GOZEN Host Business Hosting you get FREE SSL's for all your domains!
So we already eliminated the extra hassle to install an SSL on your website for you!
Since you have the SSL we suggest that you use it in order to benefit from Google, edit your .htaccess with the following code, keep in mind you need to put it usually at the beginning of your .htaccess file and in case you already have a RewriteEngine On already in place avoid the double setting.
Redirect all web traffic to https
Redirect Only a Specific Domain
RewriteEngine On
RewriteCond %{HTTP_HOST} gozenhost.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule .*$ https://www.gozenhost.com/$1 [R,L]
Redirect Only a Specific Folder