- how to redirect www subdomain to non-www when domain is redirected to www
- Subdomain https www to non-www
- Redirect all subdomains and www to non-www
- .htaccess redirect www to non-www for subdomain that is before the www
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.globalmainstreamjournal\.com [NC]
RewriteRule ^(.*)$ https://globalmainstreamjournal.com/$1 [L,R=301]