Forum Moderators: phranque
so when I type htt://<servername>/A_JSP/ , I see directory listing which I don't want visible to others. So in httpd.conf I put directory directive like
<Directory /directorypath/>
Order allow,deny
deny from all
</Directory>
Bounced apache but directory listing in still available :(
1. Am I doing somthing wrong?
2. How can I hide directory listing?
3. Which other file might be overwriting it?
4. Where can I get documentation to fix this issue?
Regards
Atul
Second one putting blank index.html seems nice workaround :-)
First one .htaccess seems works well, can you please tell me whats does that mean? ( options?)
Options -Indexes
Is there any place where I can get information abbout this .
If you have any idea why deny from all in Directory directive not working?
Its working on some other server witout .htaccess even :(