Hi,
is it possible (and if so, then how) to have the multisite hub domain url having www. prefix? It now redirects http://www.domain.com to domain.com.
I know how to add www. to new sites (thru domain mapping addon), but the problem is with the hub - main site (which cant be mapped by the mapping addon).
I tried adding this to .htaccess, but it throws redirect errors.
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]