You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/04/15 16:41:53 UTC

svn commit: r161475 - httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in

Author: jorton
Date: Fri Apr 15 07:41:53 2005
New Revision: 161475

URL: http://svn.apache.org/viewcvs?view=rev&rev=161475
Log:
Add redirect-carefully BrowserMatch for FrontPage.

PR: 32842 

Modified:
    httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in

Modified: httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in?view=diff&r1=161474&r2=161475
==============================================================================
--- httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in Fri Apr 15 07:41:53 2005
@@ -39,7 +39,8 @@
 # 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