setenvif.conf 1.1 KB

123456789101112131415161718192021222324252627
  1. #
  2. # The following directives modify normal HTTP response behavior to
  3. # handle known problems with browser implementations.
  4. #
  5. BrowserMatch "Mozilla/2" nokeepalive
  6. BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
  7. BrowserMatch "RealPlayer 4\.0" force-response-1.0
  8. BrowserMatch "Java/1\.0" force-response-1.0
  9. BrowserMatch "JDK/1\.0" force-response-1.0
  10. #
  11. # The following directive disables redirects on non-GET requests for
  12. # a directory that does not include the trailing slash. This fixes a
  13. # problem with Microsoft WebFolders which does not appropriately handle
  14. # redirects for folders with DAV methods.
  15. # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
  16. #
  17. BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
  18. BrowserMatch "MS FrontPage" redirect-carefully
  19. BrowserMatch "^WebDrive" redirect-carefully
  20. BrowserMatch "^WebDAVFS/1\.[012]" redirect-carefully
  21. BrowserMatch "^gnome-vfs/1\.0" redirect-carefully
  22. BrowserMatch "^gvfs/1" redirect-carefully
  23. BrowserMatch "^XML Spy" redirect-carefully
  24. BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
  25. BrowserMatch " Konqueror/4" redirect-carefully