Skip to content

Commit

Permalink
Almost forgot the .htaccess file to manage all the redirects.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_92@395016 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jmaerki committed Apr 18, 2006
1 parent d2ca037 commit ed1a2e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/documentation/content/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed1a2e3

Please sign in to comment.