how do I setup a rule (on httpd.conf) to redirect all the traffic from www.domain.com to domain.com ? will the following work ?
< VirtualHost www.domain.com >
Redirect 301 / http://domain.com/
< /VirtualHost >
where should I put this tag in httpd.conf - does the order matter ?