Skip to content
Snippets Groups Projects
Commit c118f5bd authored by Stefano Scardigli's avatar Stefano Scardigli
Browse files

dealing with .htaccess

parent 3207279d
No related branches found
No related tags found
1 merge request!13S3 dev
......@@ -34,9 +34,10 @@ templates_path = ['_templates']
html_theme = 'classic'
### html_static_path = ['access','access/.htpasswd']
html_static_path = ['access','access/.htpasswd','access/.htaccess']
# html_extra_path = ['private/.htaccess']
### html_extra_path = ['private/.htaccess','private/.htaccess']
# html_extra_path = ['private/.htaccess']
# -- Options for EPUB output
......
#Protect Directory
AuthName "welcome"
AuthType Basic
AuthUserFile ./.htpasswd
Require valid-user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment