The files on this old site must be .htm or .html. No SSI, php, or .htaccess. Right now I've got meta redirects with the timing set to 0 and page titles "301 Moved Permanently" in the hope that search engines won't be too upset.
[edited by: Masayo at 6:13 pm (utc) on Oct. 16, 2008]
i would suggest reading this thread and some of the linked threads within and then do what you have to do:
[webmasterworld.com...]
and/or ask more questions...
HTTP/1.1 301 Moved Permanently
Location: http://www.example.com/
Content-Type: text/html
<html>
<head>
<title>301 Moved Permanently</title>
</head>
<body>
<h1>Moved Permanently</h1>
<p>page has moved permanently to <a href="http://www.example.com/index.cgi">http://www.example.com/index.cgi</a>.</p>
</body>
</html>