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 !
XFileSharing Pro - Question : Which permissions ?
-
- Posts: 91
- Joined: May 13, 2010 6:46 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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
I believe it's done with
Code: Select all
Options -Indexes
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 withCode: Select all
Options -Indexes