httpd.rewrite 825 B

123456789101112131415161718192021222324
  1. # syntax: prefix replacement
  2. # parsed by splitting into fields separated by spaces and tabs.
  3. # Anything following a # is ignored.
  4. #
  5. # prefix is a literal string match which is applied to each
  6. # file prefix of each url. The most specific, ie longest
  7. # pattern wins, and is applied once (no rescanning).
  8. # Leave off trailing slash if pattern is a directory.
  9. #
  10. # If replacemant is a url, a "Permanently moved" message is returned.
  11. #
  12. # If replacement is "basic:" followed by a user name,
  13. # the http authorization for that user is require to access the subtree.
  14. #
  15. # An example of a local redirect
  16. #/netlib/c++/idioms/index.html.Z /netlib/c++/idioms/index.html
  17. #
  18. # Redirection to another site
  19. #/netlib/lapack/lawns http://netlib.org/lapack/lawns
  20. #
  21. # Home page for virtual host
  22. #http://www.ampl.com/ /cm/cs/what/ampl/index.html