The instructions in the CVS version of .htaccess instruct users to uncomment certain lines if they want to force users to access the site with or without the www subdomain.
However, if those lines are uncommented, the arguments are not preserved upon the redirect. For example, http://www.example.com/node/1 is redirected to http://example.com, not http://example.com/node/1.
I believe that the correct behavior can be achieved with the modifications detailed at http://drupal.org/node/50743#comment-95880.
Comments
Comment #1
lilou commentedNo longer a bug.