You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.htaccess 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # redirect moved files
  2. RedirectMatch Permanent ^/fop/anttask(.*) http://xmlgraphics.apache.org/fop/1.1rc1/anttask$1
  3. RedirectMatch Permanent ^/fop/compiling(.*) http://xmlgraphics.apache.org/fop/1.1rc1/compiling$1
  4. RedirectMatch Permanent ^/fop/configuration(.*) http://xmlgraphics.apache.org/fop/1.1rc1/configuration$1
  5. RedirectMatch Permanent ^/fop/embedding(.*) http://xmlgraphics.apache.org/fop/1.1rc1/embedding$1
  6. RedirectMatch Permanent ^/fop/extensions(.*) http://xmlgraphics.apache.org/fop/1.1rc1/extensions$1
  7. RedirectMatch Permanent ^/fop/fonts(.*) http://xmlgraphics.apache.org/fop/1.1rc1/fonts$1
  8. RedirectMatch Permanent ^/fop/graphics(.*) http://xmlgraphics.apache.org/fop/1.1rc1/graphics$1
  9. RedirectMatch Permanent ^/fop/hyphenation(.*) http://xmlgraphics.apache.org/fop/1.1rc1/hyphenation$1
  10. RedirectMatch Permanent ^/fop/intermediate(.*) http://xmlgraphics.apache.org/fop/1.1rc1/intermediate$1
  11. RedirectMatch Permanent ^/fop/output(.*) http://xmlgraphics.apache.org/fop/1.1rc1/output$1
  12. RedirectMatch Permanent ^/fop/pdfa(.*) http://xmlgraphics.apache.org/fop/1.1rc1/pdfa$1
  13. RedirectMatch Permanent ^/fop/pdfencryption(.*) http://xmlgraphics.apache.org/fop/1.1rc1/pdfencryption$1
  14. RedirectMatch Permanent ^/fop/pdfx(.*) http://xmlgraphics.apache.org/fop/1.1rc1/pdfx$1
  15. RedirectMatch Permanent ^/fop/running(.*) http://xmlgraphics.apache.org/fop/1.1rc1/running$1
  16. RedirectMatch Permanent ^/fop/servlets(.*) http://xmlgraphics.apache.org/fop/1.1rc1/servlets$1
  17. RedirectMatch Permanent ^/fop/upgrading(.*) http://xmlgraphics.apache.org/fop/1.1rc1/upgrading$1
  18. # redirect to versioned documentation
  19. # Current stable release
  20. Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/1.0
  21. # Current unstable release (or trunk if no beta is the latest release)
  22. Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/1.1rc1
  23. # Latest release
  24. Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/1.0
  25. Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/1.0
  26. # Previous stable release
  27. Redirect Temp /fop/previous http://xmlgraphics.apache.org/fop/0.95
  28. # Old releases
  29. Redirect Temp /fop/maintenance http://xmlgraphics.apache.org/fop/0.95
  30. Redirect Temp /fop/0.90alpha1 http://xmlgraphics.apache.org/fop/0.95
  31. Redirect Temp /fop/0.91beta http://xmlgraphics.apache.org/fop/0.95
  32. Redirect Temp /fop/0.92beta http://xmlgraphics.apache.org/fop/0.95
  33. Redirect Temp /fop/0.93 http://xmlgraphics.apache.org/fop/0.95
  34. Redirect Temp /fop/0.94 http://xmlgraphics.apache.org/fop/0.95