Hi - @TB3dock , 1.Should have proper SSL certificate for WWW domain.2.
Should have separate dns node in /etc/map.publish for www domain.3.
Configure WWW and Non-WWW domains in a single virtual host:In Virtual
host:80 section,ServerName www.ourdoamain.comServerAlias
ourdoamain.com4. In rewrite section,RewriteRule ^/$
https://%{SERVER_NAME}/<>.html [R=301,L] ## landing page of the site -
all the requests will be redirected to www domain .RewriteRule
^/content/path/(.*)$ https://%{SERVER_NAME}/$1 [...