Jeremias Maerki schrieb:
I've changed the .htaccess file to "RedirectPermanent" as you suggested.

It's quite interesting. First, I thought all the pages have to be
removed in order for the redirect to work, but it seems that all the

No, you don't need to remove anything (but this should be done anyway later ;-)

pages are now properly redirect except http://xml.apache.org/fop/index.html.
index.pdf is happily redirected but not index.html. Weird.

Mmmh, works for me (with Firefox, Konquerer and Lynx)
You might want to check the http headers with the Live HTTP headers extension for Firefox.

This should give something like this:

GET /fop/index.html HTTP/1.1
Host: xml.apache.org
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.10)
Gecko/20050730 Firefox/1.0.6 (Debian package 1.0.6-2)

[..]

HTTP/1.x 301 Moved Permanently
Date: Wed, 24 Aug 2005 22:32:28 GMT
Server: Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7a DAV/2 SVN/1.2.0-dev
Location: http://xmlgraphics.apache.org/fop/index.html



Christian

Reply via email to