Apache. View only access on a directory -


within apache can restrict users listing contents of directory or true once user has been allowed access there nothing restrict them downloading content?

<directory "c:/[your path]">  order allow,deny allow  #options indexes      <limitexcept all>          require user [your user]     </limitexcept> </directory> 

without option indexes in file *.conf, user can't listing content of directory. steal can access ressource of file.

i think asking for!


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -