Browse Source

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
tags/fop-0_92-beta
Jeremias Maerki 18 years ago
parent
commit
06c02a11d8
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      src/documentation/content/.htaccess

+ 5
- 4
src/documentation/content/.htaccess View File

@@ -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

Loading…
Cancel
Save