website: update chmod for restricted folder

This commit is contained in:
creme 2021-08-04 14:55:43 +02:00
parent 754e911ac9
commit 1940efdaae
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 3 additions and 0 deletions

View File

@ -47,8 +47,11 @@ this part is located at `~/public_html/restricted/` and you can set it up as fol
```bash
mkdir ~/public_html/restricted
chmod 705 ~/public_html/restricted
touch ~/.htpasswd
htpasswd -m ~/.htpasswd username
chmod 600 ~/.htpasswd
```
## forward / rewrite url to a other site