Hello,
I want to set some files downloadable only by members with login and
password.
I use session to protect my .html and .php files, but I would like to know
how to protect .zip files.
The .zip files are in a folder protected with a .htaccess file with the
members data as password file.
When a member is already connected and click on a download link, a connect
dialog box ask the member to fill again his login and password (of course to
get in the protected folder).
I would like to know if there is a way to avoid this dialog box, or if i
should use something else to protect the files.
I appreciate any advice,
Fred.
I want to set some files downloadable only by members with login and
password.
I use session to protect my .html and .php files, but I would like to know
how to protect .zip files.
The .zip files are in a folder protected with a .htaccess file with the
members data as password file.
When a member is already connected and click on a download link, a connect
dialog box ask the member to fill again his login and password (of course to
get in the protected folder).
I would like to know if there is a way to avoid this dialog box, or if i
should use something else to protect the files.
I appreciate any advice,
Fred.
Comment