i have The Same Issue But Successfully Resolved By Me
Just Add The Following code To Your .htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^way2tech.net [NC]
RewriteRule ^(.*)$ https://www.way2tech.net/$1 [L,R=301]
Note:
1.replace way2tech.net With Your Domain Name
2.Use If Your WordPress site Is Without www Means then Just Use The Following 9 reverse Order )
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.way2tech.net [NC]
RewriteRule ^(.*)$ https://way2tech.net/$1 [L,R=301]
Demo : visit : https://way2tech.net/sitemap.xml
Or https://www.way2tech.net/sitemap.xml – Brings The Same page
Hope Its Working Let Me Know By reply Here
– Thanks