diff options
author | Pim van den Berg | 2009-09-23 21:58:43 +0200 |
---|---|---|
committer | Pim van den Berg | 2009-09-23 21:58:43 +0200 |
commit | 159003382f7396f0bc8172118091c734df530e30 (patch) | |
tree | e81863c65ea76764243414e95794cb28897d5e32 /.htaccess | |
parent | very short installation instructions (diff) | |
download | apt-panopticon_cgp-159003382f7396f0bc8172118091c734df530e30.zip apt-panopticon_cgp-159003382f7396f0bc8172118091c734df530e30.tar.gz apt-panopticon_cgp-159003382f7396f0bc8172118091c734df530e30.tar.bz2 apt-panopticon_cgp-159003382f7396f0bc8172118091c734df530e30.tar.xz |
disable directory indexes
Diffstat (limited to '')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ | |||
1 | Options -Indexes | ||
2 | |||
1 | RewriteEngine On | 3 | RewriteEngine On |
2 | RewriteRule ^.git(ignore|/) - [F,L] | 4 | RewriteRule ^.git(ignore|/) - [F,L] |