From: Joe Orton Date: Fri, 15 Apr 2005 14:41:53 +0000 (+0000) Subject: Add redirect-carefully BrowserMatch for FrontPage. X-Git-Tag: 2.1.5~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4b700af6a4a050cc223c2752f55731339168e6;p=thirdparty%2Fapache%2Fhttpd.git Add redirect-carefully BrowserMatch for FrontPage. PR: 32842 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161475 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in index f3f06990063..f2273aa39d8 100644 --- a/docs/conf/extra/httpd-dav.conf.in +++ b/docs/conf/extra/httpd-dav.conf.in @@ -39,7 +39,8 @@ Alias /uploads "@@ServerRoot@@/uploads" # redirects for folders with DAV methods. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully +BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully -BrowserMatch "^XML Spy" redirect-carefully \ No newline at end of file +BrowserMatch "^XML Spy" redirect-carefully