Dataprotection

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 6426
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 48 times
Been thanked: 14 times
Contact:

Dataprotection

Post 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>
User avatar
Silvio.Falconi
Posts: 7253
Joined: Thu Oct 18, 2012 7:17 pm
Has thanked: 2 times
Been thanked: 29 times

Re: Dataprotection

Post by Silvio.Falconi »

make attention with .htaccess files
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply