aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.htaccess
diff options
context:
space:
mode:
authorPim van den Berg2009-09-23 21:58:43 +0200
committerPim van den Berg2009-09-23 21:58:43 +0200
commit159003382f7396f0bc8172118091c734df530e30 (patch)
treee81863c65ea76764243414e95794cb28897d5e32 /.htaccess
parentvery short installation instructions (diff)
downloadapt-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 '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 9e0a727..956f31c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,2 +1,4 @@
1Options -Indexes
2
1RewriteEngine On 3RewriteEngine On
2RewriteRule ^.git(ignore|/) - [F,L] 4RewriteRule ^.git(ignore|/) - [F,L]