Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'feedback/uploads/.htaccess')
-rw-r--r--feedback/uploads/.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/feedback/uploads/.htaccess b/feedback/uploads/.htaccess
new file mode 100644
index 0000000..cf9c02f
--- /dev/null
+++ b/feedback/uploads/.htaccess
@@ -0,0 +1,13 @@
+# line below if for Apache 2.4
+<ifModule mod_authz_core.c>
+ Require all denied
+</ifModule>
+
+# line below if for Apache 2.2
+<ifModule !mod_authz_core.c>
+ deny from all
+ Satisfy All
+</ifModule>
+
+# section for Apache 2.2 and 2.4
+IndexIgnore * \ No newline at end of file