aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..01447f6
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+<Files ~ "^\.ht.*">
+ deny from all
+ satisfy all
+ ErrorDocument 403 "You are not allowed to access .ht* files!"
+</Files>