summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-11 22:01:02 +0400
committerAndrew Dolgov <[email protected]>2013-04-11 22:01:10 +0400
commite1f76af0068bd2cf5ce4a4203b7727d5b3111c04 (patch)
tree389a147d1d75ee0ccce573bacc3bb3dda08b6c3b /.htaccess
parent70a1fb23d0279b660c7affd0d9250a737170bea8 (diff)
block listing of several util directories; deny access to config.php
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess7
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>