您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.htaccess 2.1KB

12345678910111213141516171819202122232425262728
  1. # redirect moved files
  2. RedirectMatch Permanent ^/fop/anttask(.*) http://xmlgraphics.apache.org/fop/0.94/anttask$1
  3. RedirectMatch Permanent ^/fop/compiling(.*) http://xmlgraphics.apache.org/fop/0.94/compiling$1
  4. RedirectMatch Permanent ^/fop/configuration(.*) http://xmlgraphics.apache.org/fop/0.94/configuration$1
  5. RedirectMatch Permanent ^/fop/embedding(.*) http://xmlgraphics.apache.org/fop/0.94/embedding$1
  6. RedirectMatch Permanent ^/fop/extensions(.*) http://xmlgraphics.apache.org/fop/0.94/extensions$1
  7. RedirectMatch Permanent ^/fop/fonts(.*) http://xmlgraphics.apache.org/fop/0.94/fonts$1
  8. RedirectMatch Permanent ^/fop/graphics(.*) http://xmlgraphics.apache.org/fop/0.94/graphics$1
  9. RedirectMatch Permanent ^/fop/hyphenation(.*) http://xmlgraphics.apache.org/fop/0.94/hyphenation$1
  10. RedirectMatch Permanent ^/fop/intermediate(.*) http://xmlgraphics.apache.org/fop/0.94/intermediate$1
  11. RedirectMatch Permanent ^/fop/output(.*) http://xmlgraphics.apache.org/fop/0.94/output$1
  12. RedirectMatch Permanent ^/fop/pdfa(.*) http://xmlgraphics.apache.org/fop/0.94/pdfa$1
  13. RedirectMatch Permanent ^/fop/pdfencryption(.*) http://xmlgraphics.apache.org/fop/0.94/pdfencryption$1
  14. RedirectMatch Permanent ^/fop/pdfx(.*) http://xmlgraphics.apache.org/fop/0.94/pdfx$1
  15. RedirectMatch Permanent ^/fop/running(.*) http://xmlgraphics.apache.org/fop/0.94/running$1
  16. RedirectMatch Permanent ^/fop/servlets(.*) http://xmlgraphics.apache.org/fop/0.94/servlets$1
  17. RedirectMatch Permanent ^/fop/upgrading(.*) http://xmlgraphics.apache.org/fop/0.94/upgrading$1
  18. # redirect to versioned documentation
  19. Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/0.94
  20. Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/0.94
  21. Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/trunk
  22. Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/trunk
  23. Redirect Temp /fop/maintenance http://xmlgraphics.apache.org/fop/0.93
  24. Redirect Temp /fop/previous http://xmlgraphics.apache.org/fop/0.93
  25. Redirect Temp /fop/0.90alpha1 http://xmlgraphics.apache.org/fop/0.93
  26. Redirect Temp /fop/0.91beta http://xmlgraphics.apache.org/fop/0.93
  27. Redirect Temp /fop/0.92beta http://xmlgraphics.apache.org/fop/0.93