DirectoryIndex index.html
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^ https://jaktdrev.no%{REQUEST_URI} [R,L]
RewriteCond %{QUERY_STRING} ^(?!gruppe)
RewriteRule .html$ https://jaktdrev.no%{REQUEST_URI}?gruppe=buer [L,R,QSA]
