hello, i have some folders set to permission 777 due to the fact that the blogg i use dont work if the folder with the image(s) is not chmoded 777, so i wanted to ask, can i trough httaccess somehow dissallow listing / access from someone who goes to http://mydomain.com/images/ and other folders ?
will that prevent users from being able to go to http://mydomain.com/images/ even if that folder is chmoded 777 ?
keep this for security <FilesMatch "(.php|.html)$"> Order allow,deny </FilesMatch> Code (markup): any php html file (hacking shells) in the directory wont be accessible direktly .. then if u have cpanel there is index manager option to disallow indexing
there is nothing like this that would work is there ? order deny,allow deny from all deny from */uploads/* allow from all