Forbid Indexes
authorshort <>
Wed, 11 Jul 2001 08:30:27 +0000 (08:30 +0000)
committershort <>
Wed, 11 Jul 2001 08:30:27 +0000 (08:30 +0000)
Force basenamed files to "cgi-script" handler

public_html/cgi-bin/.htaccess [new file with mode: 0644]

diff --git a/public_html/cgi-bin/.htaccess b/public_html/cgi-bin/.htaccess
new file mode 100644 (file)
index 0000000..cf22c32
--- /dev/null
@@ -0,0 +1,4 @@
+Options -Indexes
+<FilesMatch "^[^.]*$">
+       SetHandler cgi-script
+</FilesMatch>