Header set Content-Security-Policy: upgrade-insecure-requests env=HTTPS
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]


RewriteEngine on
RewriteCond %{HTTP_HOST} ^bank\.oceaniccapitalventures\.com$
RewriteRule ^/?$ "https\:\/\/bank\.oceaniccapitalventures\.com\/public\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^online\.oceaniccapitalventures\.com$
RewriteRule ^/?$ "https\:\/\/online\.oceaniccapitalventures\.com\/public\/" [R=301,L]

