--- loncom/Attic/access.conf	2000/09/23 19:53:03	1.6
+++ loncom/Attic/access.conf	2000/10/03 20:05:26	1.7
@@ -7,6 +7,10 @@
 ##
 ## 9/21,9/23
 ##
+## Gerd Kortemeyer
+##
+## 10/3
+##
 ## access.conf -- Apache HTTP server configuration file
 ##
 
@@ -182,11 +186,6 @@ ErrorDocument     406 /adm/unauthorized.
 
 # ------------------------------------------------------------------------- RAT
 
-<LocationMatch "^/\~.*\.course$">
-SetHandler perl-script
-PerlHandler Apache::lonratedt
-</LocationMatch>
-
 <LocationMatch "^/\~.*\.sequence$">
 SetHandler perl-script
 PerlHandler Apache::lonratedt
@@ -228,6 +227,7 @@ PerlHandler Apache::lonxml
 SetHandler perl-script
 PerlHandler Apache::lonhomework
 </LocationMatch>
+
 # -------------------------------------------------------------- Admin Programs
 
 <Location /adm/roles>
@@ -254,7 +254,14 @@ PerlHandler Apache::lonauth
 </Location>
 
 <Location /adm/annotations>
+PerlAccessHandler       Apache::lonacc
 SetHandler perl-script
 PerlHandler Apache::admannotations
 </Location>
 
+<Location /adm/flip>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonpageflip
+</Location>
+