HTACCESS - But not for localhost
RewriteCond %{HTTP_HOST} !violet.loc RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]