--- loncom/loncapa_apache.conf 2012/02/27 03:06:37 1.210
+++ loncom/loncapa_apache.conf 2012/02/28 15:14:25 1.211
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.210 2012/02/27 03:06:37 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.211 2012/02/28 15:14:25 raeburn Exp $
##
#
@@ -272,19 +272,27 @@ ErrorDocument 500 /adm/errorhandler
-AuthType Basic
-AuthName "LONCAPA username,domain"
-Require valid-user
-SSLRequireSSL
-PerlAuthenHandler Apache::lonwebdavauth
-PerlAuthzHandler Apache::lonwebdavacc
-Dav On
-DirectoryIndex index.missing
-Options Indexes FollowSymLinks
-ErrorDocument 403 /adm/nowebdav.html
-ErrorDocument 404 /adm/notfound.html
-ErrorDocument 406 /adm/unauthorized
-ErrorDocument 500 /adm/errorhandler
+
+ AuthType Basic
+ AuthName "LONCAPA username,domain"
+ Require valid-user
+ SSLRequireSSL
+ PerlAuthenHandler Apache::lonwebdavauth
+ PerlAuthzHandler Apache::lonwebdavacc
+ Dav On
+ DirectoryIndex index.missing
+ Options Indexes FollowSymLinks
+ ErrorDocument 403 /adm/nowebdav.html
+ ErrorDocument 404 /adm/notfound.html
+ ErrorDocument 406 /adm/unauthorized
+ ErrorDocument 500 /adm/errorhandler
+
+
+
+ RewriteEngine on
+ RewriteRule .* http://%{HTTP_HOST}/adm/nowebdav.html [L]
+
+