I'm running the multi user version of wordpress on Apache.
I want to have the www. prefix in my blog url.
Every time I try to access the site using the www. domain prefix, it redirects to the non-www-prefixed url (http://mydomain.com/blogs instead of http://www.mydomain.com/blogs.
I've already searched here looking for a solution to this, and it seems that no one has been able to get it to work.
I DID include the "www." prefix as part of the domain name during the installation.
I DID try commenting out those couple of lines in the index-install.php file (which was suggested in this seemingly dead end thread: http://mu.wordpress.org/forums/topic.php?id=5752&page&replies=23) - but that didn't work either.
Why is this so complicated to achieve? How can I make it happen? It's my understanding that modifying the .htaccess file ISN'T necessary -- that it's only suggested.
The non-multi user version of wordpress does not have this strange limitation, and I'm uncertain as to why the muti-user version does. How do I get around it?
Thanks,
- Yvan