Page 1 of 1

Dataprotection

Posted: Tue Oct 22, 2019 5:41 pm
by Otto
Dataprotection - is this the right way?
data directory is protected by .htaccess/htpasswd
data can be accessed by mod harbour prg files server-sided and directly handled to the user

Andreu Botella 19:38 Uhr
Order allow,deny
Deny from all
Satisfy All
that in an .htaccess will prevent access to the directory in which it is
For a single file, that's:
<Files "passwordfile">
Order allow,deny
Deny from all
Satisfy All
</Files>

Re: Dataprotection

Posted: Tue Nov 05, 2019 11:13 am
by Silvio.Falconi
make attention with .htaccess files