Step 1: Download .htaccess file from /public_html
Step 2: Open .htaccess in Dreamweaver program
Step 3: Copy the code below and add to the htaccess file
# Force HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://www.xxxx.com/$1 [R=301,L]
**change www.xxxx.com to website that you want to redirect to
Step 4: Back up OLD .htaccess file on server then upload .htaccess file to /public_html
Step 5: Clean browser cache and test