Hi,
I have all my .php files in my webserver, directory called php
eg: http://mywebserver/php/
By default all the users can access all the files that resides there.
However, if the user were to type http://mywebserver/php and return without specifying a php file eg: http://mywebserver/php/test.php
then all my files in php directory will be exposed.
Is there a way to protect this? I am running Apache 1.3.27 in Windows as well as Unix also.
Thanks.