From 065955063cdb40c72061034c01ab25291155bf9b Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 8 Jun 2005 13:44:57 +0000 Subject: [PATCH] Add redirect-carefully BrowserMatch for FrontPage. PR: 32842 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@189579 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 1 + docs/conf/httpd-win.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 2c15753b906..e68a76dad94 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -962,6 +962,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully +BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs" redirect-carefully diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index e22cd9dbf5f..aee7dd346b9 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -881,6 +881,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully +BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs" redirect-carefully -- 2.47.2