Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Staff on March 28, 2010, 10:52:53 AM

Title: How to deny access to folder?
Post by: Staff on March 28, 2010, 10:52:53 AM
in the installation docs it says

"Access through your webserver to at least the following directories should be denied:

/config
/temp
/logs

"

to translate into english ;) this means that I should set file permissions in my ftp program for these folders or? If so what number?
Title: How to deny access to folder?
Post by: toetag on March 28, 2010, 11:35:22 AM
you don't want people to access those folders through URLs

http://www.domain.com/roundcube/config
http://www.domain.com/roundcube/temp
http://www.domain.com/roundcube/logs
Title: How to deny access to folder?
Post by: qnrq on March 29, 2010, 08:16:17 AM
Read the documentation of your webserver, if you're using Apache then .htaccess is you friend.
Title: How to deny access to folder?
Post by: CrCr on August 23, 2010, 07:53:04 PM
Quote from: Staff;26412in the installation docs it says

"Access through your webserver to at least the following directories should be denied:

/config
/temp
/logs
"

to translate into english ;) this means that I should set file permissions in my ftp program for these folders or? If so what number?

So I also have the same question - just trying to understand what exactly this means in terms of which permission to assign to these directories & to the files within.  Looking for something like  directory 755 and file 700 or whatever.  Also I would love to hear more about the .htaccess as my friend - how should I modify that?

Thank you.  I'm not an expert and tried to find this answer in the documentation.  Any help /direction is appreciated.