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>
Dataprotection
Dataprotection
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Dataprotection
make attention with .htaccess files
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC