Files
@ b2e36c6dd35c
Branch filter:
Location: AENC/cwi-pelican-template-fork/projects/cwi/content/extras/.htaccess - annotation
b2e36c6dd35c
764 B
text/x-apacheconf
Added explicit index.html. Display news as a blog. Private directory designated static.
80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db 80da14e9d8db | ############################################################################################
# Authentication
AuthType Basic
AuthName "Password Required"
AuthUserFile /pages/.htpasswd
#AuthGroupFile /pages/group.file
#Require valid-user
############################################################################################
# Protect .htaccess
<Files .htaccess>
order allow,deny
deny from all
</Files>
############################################################################################
# directory browsing
IndexIgnore */*
#Options All -Indexes
############################################################################################
# Protect reports.html
<Files reports.html>
order allow,deny
deny from all
</Files>
#finis
|