Could you try putting this at the bottom of .htaccess?
Code:
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://www.gunsgrubandgold.com%{REQUEST_URI}
--------------- Added [DATE]1381805596[/DATE] at [TIME]1381805596[/TIME] ---------------
If that one doesn't work, try this one instead. Put it up top, right beneath our other top rule
Code:
RewriteCond %{HTTP_HOST} http://www.gunsgrubandgold.com$ [NC]
RewriteRule ^(.*)$ https://www.gunsgrubandgold.com/$1 [R=301,L]
Going to bed now - good luck, you're almost there! In the end, every one of the
following URLs should be going to
https://www.gunsgrubandgold.com:
https://www.gunsgrubandgold.com
http://gunsgrubandgold.com
https://gunsgrubandgold.com
http://www.gunsgrubandgold.com
So far, we've got all but that last one