Gossamer Forum
Home : Products : Others : Fileman :

I need help about directory protection

Quote Reply
I need help about directory protection
I purchased multi fileman version and I have a problem. When I use directory protect (password) I can access to the directory with out pop-up user confirmation, and then when I try to download a file in these directory appears the user confirmation pop-up. I want no access (enter) to the directory if It has password. What am I wroging? I use linux, apache.
Thank you and sorry for my English.


Quote Reply
Re: [Chili^] I need help about directory protection In reply to
It may help if you provide us the codes you are using in the .htaccess and .htpasswd files.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Chewbaca] I need help about directory protection In reply to
IN .htaccess FILE:

AuthUserFile /home/www/cgi-bin/pass/cosas.pass
AuthGroupFile /dev/null
AuthName 'Protected Area'
AuthType Basic

<limit GET PUT POST>
require valid-user
</limit>


In cosas.pass FILE
ana:wlScSy9OdxrGg
Quote Reply
Re: [Chili^] I need help about directory protection In reply to
Try taking out PUT...

So, the codes should look like the following:

Quote:

AuthUserFile /home/www/cgi-bin/pass/cosas.pass
AuthGroupFile /dev/null
AuthName 'Protected Area'
AuthType Basic

<limit GET POST>
require valid-user
</limit>


Hope this works and helps.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Chewbaca] I need help about directory protection In reply to
Hi Chewbaca and hi all...

Your solution doesn't work, any idea else? Please I need help. I can not use fileman if It doesn't protect directory access.

Thank you.