Whenever I visit http://domain.com, no redirects occur and I stay there.
But, when I go to http://domain.com/apage, the very first thing that occur is a HTTP 301 and I get directed to: http://www.domain.com/apage.
How can I stop this behaviour?
In fact, I would actually prefer the reverse. If I go to http://www.domain.com/apage, it should 301 redirect to http://domain.com/apage.
(I agree with http://jyte.com/cl/swww)