RewriteEngine On

# www -> non-www
RewriteCond %{HTTP_HOST} ^www\.royale2legal\.com [NC]
RewriteRule ^(.*)$ https://royale2legal.com/$1 [L,R=301]

# http -> https
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://royale2legal.com/$1 [L,R=301]