skip to main content

non www .htaccess redirect

RewriteEngine On
RewriteCond %{HTTP_HOST} !^domain.tld$ [NC] 
RewriteRule ^/?(.*) https://domain.tld/$1 [L,R=301,NE]