fix perms for .htpasswd file used by restricted location

This commit is contained in:
creme 2022-05-26 18:43:24 +02:00
parent 78ae362d0c
commit 5cdbccffb3
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ chmod 705 ~/public_html/restricted
touch ~/.htpasswd
htpasswd -m ~/.htpasswd username
chmod 600 ~/.htpasswd
chmod 604 ~/.htpasswd
```
## forward / rewrite url to a other site