Hi,
I just noticed that my files are browsable. How can I change this?
Thanks.
Hi,
I just noticed that my files are browsable. How can I change this?
Thanks.
Ir depends on where your files are and what you are trying to do.
You can move your files to a location that is not web accessible
You can change the permissions settings on your files/your directories.
You can place and index.html file (or other “index” file) in the web accessible directory
You can use .htaccess to prevent directory display.
You can use apache authentication to prevent access to a given directory via .htaccess.
–rlparker