Hi,
After WP 3.1 multisite installation I lost the www's in my domain. How can I get them back?
In my browser the URL used to say http://www.example.com but now the URL only shows-up as example.com even if you type http://www.example.com when the site is loaded it returns to example.com. I guess there is a redirect somewhere in the WP code somewhere. I tried to use a .htaccess redirect, like the example below:
RewriteCond %{HTTP_HOST} !^example.com$
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301]
But it didn't really work, When you typed example.com, it briefly changed to http://www.example.com, but then it was changed back to example.com when the site loaded. Also, this seemed to break my other subdomain sites (like blog.example.com) which weren't loading properly after the .htaccess edit.
I seems like I need to change the domain name under Network Admin, Sites, Info but it's grayed out.
How can I resolve this?
Thanks, ssaral