When I configured our new Web server for our new Web site, I set up apache (using ServerAlias within httpd.conf) to redirect all non-www traffic (in other words: example.com) to the www sub-domain (www.example.com).
Unfortunately, I just discovered that, after installing Wordpress MU to use subdirectories (not subdomains), it goes into an infinite redirect loop, because it tries to redirect me from http://www.example.com to example.com (which, of course, apache then tries to redirect back to http://www.example.com).
Is there any way to set up Wordpress MU to support www, so that I can use it on my site? I really don't want to change my httpd.conf file (unless there is a way of which I am unaware to disable the ServerAlias specifically for my Wordpress MU directory).
We are not that keen on using subdomains for our blogs, nor am I keen on changing the ServerAlias set up in my httpd.conf file.
Any help or advice you can provide would be greatly appreciated. Thank you.