Comments Could you give more details about the redirect... is this simply a meta-redirect, an .htaccess redirect or server-side?
All I did was put this in
:
Redirect /movabletype/index.rdf http://www.educatedguesswork.org/index.rdfThis produces the following effect when you fetch
/movabletype/index.rdf
:
HTTP/1.1 302 Found Date: Mon, 13 Dec 2004 13:29:14 GMT Server: Apache/1.3.26 (Unix) mod_macro/1.1.1 Location: http://www.educatedguesswork.org/index.rdf Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 14b <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>302 Found</TITLE> </HEAD><BODY> <H1>Found</H1> The document has moved <A HREF="http://www.educatedguesswork.org/index.rdf">here</A>.<P> <HR> <ADDRESS>Apache/1.3.26 Server at <A HREF="mailto:webmaster@rtfm.com">www.rtfm.com</A> Port 80</ADDRESS> </BODY></HTML>Simple, eh?