Skip to content

password protect only some subfolders #35

Description

@wifi75

Hi I tried to add a .htaccess file in some subfolders to protect access with a password.

#Protect Directory
AuthName "Dialog prompt"
AuthType Basic
AuthUserFile /var/auth/.htpasswd
Require valid-user

Unfortunately as soon as I insert the .htaccess file the folder disappears.

probably the fancy index .htaccess file present in the root creates this problem.

do you know how I can solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions