How do I make a 301 redirect from http://domain.com to http://www.domain.com in my httpd.conf This doesn't work: RedirectPermanent http://domain.com http://www.domain.com
Probably it is possible with rewrite, but Google recommends redirect: "You can also redirect one version to the other using a 301 redirect." Because my site is dropped at July 27 for unknown reasons by Google, I prefer the 301 redirect as recommended.