# SSL Https active Force non-www


<IfModule mod_rewrite.c>
   

RewriteEngine On

RewriteCond %{HTTPS} !=on [NC]

RewriteCond %{REQUEST_URI} ^/revision(/.*)?

RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]


</IfModule>

