Forbid Indexes
[nethome.git] / public_html / cgi-bin / .htaccess
1 Options -Indexes
2 <FilesMatch "^[^.]*$">
3         SetHandler cgi-script
4 </FilesMatch>