Quote:
|
Originally Posted by Static-X OT: how to disable directory listing ? |
a simple solution would be to drop an html file on the directory.
otherwise if ur web host have control panel, they should have option to disable from there
if ur using Apache server, u can disable thru .htaccess & httpd
put a line in .htaccess:
Options -Indexes
on IIS, there's an option for this...but i forgot already...