RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.jerrybrownpottery\.com$ [NC]
RewriteRule ^(.*)$ https://www.jerrybrownpottery.com/$1 [L,R=301]

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . https://www.jerrybrownpottery.com/ [R=301,L]
</IfModule>