diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-18 19:53:05 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-18 19:53:05 +0000 |
commit | 06c02a11d8b82a9dd4357eeee50eb436ceaff5a5 (patch) | |
tree | 936ecb4ec632bee2c4bffdabe44e43438e5f3aa8 | |
parent | 2e95985260c6a9a0e645de53a9c837052547413c (diff) | |
download | xmlgraphics-fop-fop-0_92.tar.gz xmlgraphics-fop-fop-0_92.zip |
Almost forgot the .htaccess file to manage all the redirects.fop-0_92
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@395016 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/.htaccess | 9 |
1 files 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 |