# Redirect from HTTP to HTTPS and non-www to www
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.roccija.org%{REQUEST_URI} [L,NE,R=301]