From 06c02a11d8b82a9dd4357eeee50eb436ceaff5a5 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 18 Apr 2006 19:53:05 +0000 Subject: [PATCH] Almost forgot the .htaccess file to manage all the redirects. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@395016 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/.htaccess | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/documentation/content/.htaccess b/src/documentation/content/.htaccess index 4b0540fa1..17a5c21f9 100644 --- a/src/documentation/content/.htaccess +++ b/src/documentation/content/.htaccess @@ -15,7 +15,8 @@ RedirectMatch Permanent ^/fop/servlets(.*) http://xmlgraphics.apache.org/fop/0.2 # redirect to versioned documentation Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/0.20.5 Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/0.20.5 -Redirect Temp /fop/0.90alpha1 http://xmlgraphics.apache.org/fop/0.91 -Redirect Temp /fop/0.91beta http://xmlgraphics.apache.org/fop/0.91 -Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/0.91 -Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/0.91 +Redirect Temp /fop/0.90alpha1 http://xmlgraphics.apache.org/fop/0.92 +Redirect Temp /fop/0.91beta http://xmlgraphics.apache.org/fop/0.92 +Redirect Temp /fop/0.92beta http://xmlgraphics.apache.org/fop/0.92 +Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/0.92 +Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/0.92 -- 2.39.5