summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess16
1 files changed, 0 insertions, 16 deletions
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index bdf8c2015..000000000
--- a/.htaccess
+++ /dev/null
@@ -1,16 +0,0 @@
-AddType image/svg+xml svg
-AddType image/svg+xml svgz
-
-# PROTECT all htaccess files
-<Files ~ "^[\._]ht">
- Order Allow,Deny
- Deny from all
- Satisfy All
-</Files>
-
-# PROTECT config.php
-<files config.php>
- Order Allow,Deny
- Deny from all
- Satisfy all
-</files> \ No newline at end of file