21 Jul
2010
21 Jul
'10
10 a.m.
If there is time, please use mod_rewrite[1] to redirect user to the new pages or at least to the new site. Sending an HTTP response (301) 'Moved Permanently' might also help the search engines update, because the old pages are still turning up in Google. This one turned up just now near the top of the search results but gives a 404 Not Found error: http://softwarefreedomday.org/about The redirects can point to individual pages if there is a 1:1 mapping or just to a page on the new site saying that there is a new address and to rummage around there. Regards /Lars [1] http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2