Forum Moderators: martinibuster
I am currently working on how to do a 301 for www. and non www.
RewriteEngine On
RewriteCond %{HTTP_HOST} www.example.com
RewriteRule ^.*$ http://example.com%{REQUEST_URI} [R]
It works for almost all the requests which are HTTP/1.1
Will the one I choose get all the links?
It depends on different SE's. MSN will likely change all the indexed links according to your newest redirect. Google and Yahoo will keep the indexed pages for quite a long time.