Do you have an idea how I can remove www and reirect all requests to https//
There is a problem with the code misses the www
RewriteCond %{HTTP_HOST} !^(mydomain\.com)?$ [NC,OR]
RewriteCond %{SERVER_PORT} 80 [NC]
RewriteRule ^(.*)$ [
mydomain.com...] [R=301,NC,L]
www not working, eg. [
mydomain.com?...]
Stefan