Files @ 14dfff128751
Branch filter:

Location: AENC/cwi-pelican-template-fork/projects/cwi/content/extras/.htaccess - annotation

guravage
Changes facilitate publication, e.g., SITEURL defined in publishconf.py, URLs suffixes removed and Makefile SSH variable assigned realistic values.

Changes to be committed:
modified: Makefile
new file: content/extras/top-htaccess
modified: pelicanconf.py
modified: publishconf.py
############################################################################################
# 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