diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-11 22:01:02 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-11 22:01:10 +0400 |
| commit | e1f76af0068bd2cf5ce4a4203b7727d5b3111c04 (patch) | |
| tree | 389a147d1d75ee0ccce573bacc3bb3dda08b6c3b /.htaccess | |
| parent | 70a1fb23d0279b660c7affd0d9250a737170bea8 (diff) | |
block listing of several util directories; deny access to config.php
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..ed58470d4 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ +AddType image/svg+xml svg +AddType image/svg+xml svgz + +<Files "config.php"> + Order deny,allow + Deny from all +</Files> |