summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-05-13 09:10:54 +0300
committerAndrew Dolgov <[email protected]>2016-05-13 09:10:54 +0300
commitaa4ab8e0bc5779de2f7db5924b632817613ebb07 (patch)
tree79a5954b948d6ca59a1884567c752fd4a9e5e57c /.htaccess
parent638fdf732a6ea1ac01ecffeb60a7334f3e3c0835 (diff)
remove .htaccess files
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