Forum Moderators: phranque
<Directory "/bla/bal/">
Options Indexes
AuthType Basic
AuthName "xfer"
Require valid-user
AuthUserFile conf/users_xfer
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Validation works fine , browsing the directory works fine , but I believe there is a catch
BECAUSE IF I CLICK ANY FILE FROM THAT DIRECTORY A DIALOG BOX APEARS WITH "SAVE TO DISK" BUT THE FILE SAVED TO DISK IS 0 BYTES .
Same with pdf's and docs which should be displayed on browser windows .