diff --git a/log/.htaccess b/log/.htaccess
new file mode 100644
index 000000000..782472c78
--- /dev/null
+++ b/log/.htaccess
@@ -0,0 +1,13 @@
+# Apache 2.4
+
+Require all denied
+
+
+# Apache 2.2
+
+deny from all
+Satisfy All
+
+
+# Apache 2.2 and 2.4
+IndexIgnore *
diff --git a/log/index.php b/log/index.php
new file mode 100644
index 000000000..112807643
--- /dev/null
+++ b/log/index.php
@@ -0,0 +1,2 @@
+
+
+
+
+
+
+
+
\ No newline at end of file