XFileSharing Pro - Question : Which permissions ?

Message
Author
ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

Question : Which permissions ?

#1 Postby ruben » Dec 18, 2010 1:45 pm

Hello,

My question is on what permissions do I have to set the next folders so users on my website can't acces anything.
-------------------------------------------------------------------------------------
public html
captchas
cgi-bin : Importfiles, languages, modules, temp, templates, uploads
files
i
images
player
tmp
-------------------------------------------------------------------------------------
Thanks !

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#2 Postby ruben » Dec 18, 2010 11:14 pm

Please admin could u help me because I wan't to launch my website on this moment everybody can access my files...

Thanks.

Dulci
Posts: 112
Joined: Jun 10, 2010 6:45 am

#3 Postby Dulci » Dec 20, 2010 7:55 am

ever heard off they dont work in the weekends ?

Anturaju93
Posts: 91
Joined: May 13, 2010 6:46 pm

#4 Postby Anturaju93 » Dec 21, 2010 7:05 am

Al folders must be 755 except files, i, tmp, temp, uploads, that must be 777.
Al .cgi files must be 755.
The rest off the files must be 644 except log files and .htacces in public_html that must be 666 .

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#5 Postby ruben » Dec 21, 2010 11:33 am

Hhhmm i have changed every folder to 711 and it works perfect ;)

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#6 Postby ruben » Dec 21, 2010 10:30 pm

Admin please provide me with a answer
when I leave it all on standard you just can access /tmp and /images etc. and i don't want that.

Thanks.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#7 Postby PilgrimX182 » Dec 22, 2010 9:29 am

You mean you can View Index of these folders? Then you have to disable this in your apache config.

I believe it's done with

Code: Select all

Options -Indexes

ruben
Posts: 57
Joined: Nov 06, 2010 2:22 pm

#8 Postby ruben » Dec 23, 2010 4:21 pm

Pilgrim your great thank you for all your usefull answers.

I am new at this do I have to fill this into apache handlers
and what exactly do I have to fill in so it won't show indexes

handler :
extension(s) :

komi
Posts: 161
Joined: Nov 27, 2009 12:41 pm

#9 Postby komi » Dec 23, 2010 4:58 pm

PilgrimX182 wrote:You mean you can View Index of these folders? Then you have to disable this in your apache config.

I believe it's done with

Code: Select all

Options -Indexes