It depends on how your host has set things up, but this should work.
Put this in your htaccess file.
Options -Indexes
Also you can add this line so that php pages and stuff become valid index pages.
DirectoryIndex index.shtml index.php index.html index.htm
|