i want https://www.kita-neukoelln.tandembtl.de/ go to https://kita-neukoelln.tandembtl.de/
it is only working with chrome and IE11, is there a way for other browser? they check ssl for www.subdomain.domain.de before redirect :(
Thanks
RewriteCond %{HTTP_HOST} ^www\.kita-neukoelln.tandembtl\.de$ [NC]
RewriteRule (.*) https://kita-neukoelln.tandembtl.de/$1 [R=301,L]