Commit c118f5bd authored by Stefano Scardigli's avatar Stefano Scardigli
Browse files

dealing with .htaccess

parent 3207279d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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

docs/source/private/.htaccess

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#Protect Directory
AuthName "welcome"
AuthType Basic
AuthUserFile ./.htpasswd
Require valid-user