jyundt/webdav_docker/master/.htaccess - Htaccess File

jyundt/webdav_docker/master/.htaccess

order allow,deny
Options -Indexes
AuthType Basic
AuthName Keepass
AuthUserFile "/usr/local/apache2/htdocs/.htpasswd"
AuthDigestProvider file
Require user admin
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
<Files ~ ".kdbx$">
  allow from all
</Files>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache