# THESE ARE FOR EXAMPLE PURPOSES ONLY AND MAY NOT
# REFLECT WHAT YOU SHOULD USE IN PRODUCTION
Options IncludesNoExec
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
ErrorDocument 403 /cuwebauth_test/403.shtml
ErrorDocument 404 /cuwebauth_test/404.shtml
ErrorDocument 500 /cuwebauth_test/500.shtml
DirectoryIndex index.shtml /cuwebauth_test/noindex.shtml
SetEnv URLPATH /cuwebauth_test/
# preset some defaults
AuthType All
AuthName Cornell
require valid-user
# make SSI not error out
<FilesMatch "(bottom|top)\.shtml">
satisfy any
</FilesMatch>
#only if you want to see EVERYTHING
#cuwa.dumpcfg 100

#
# DANGER DANGER!!!
# this is to allow one to view the examples
# but typically you should restrict access 
# to ".htaccess" files
#
<FilesMatch "\.htaccess">
satisfy any
</FilesMatch>