]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add redirect-carefully BrowserMatch for FrontPage.
authorJoe Orton <jorton@apache.org>
Wed, 8 Jun 2005 13:44:57 +0000 (13:44 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 8 Jun 2005 13:44:57 +0000 (13:44 +0000)
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
docs/conf/httpd-win.conf

index 2c15753b9061cf953d8d7e7abfa0a8b13ca36d06..e68a76dad9428b6a898da0b383e9f25021335b08 100644 (file)
@@ -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
index e22cd9dbf5fa9f26d7848fe2bc8308191eb93443..aee7dd346b9fb37ee64690e89e22f1e57e089385 100644 (file)
@@ -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