diff --git a/lib/.htaccess b/lib/.htaccess
new file mode 100644
index 000000000..782472c78
--- /dev/null
+++ b/lib/.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/lib/README.md b/lib/README.md
deleted file mode 100644
index e8fdcb9ae..000000000
--- a/lib/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Libraries structure
-
-* `/lib/composer-vendor/*` Libs managed by the composer.json file.
-* `/lib/*` Libs managed manually by us. Some have been forked, some patched. Might move to composer eventually.
diff --git a/lib/web.config b/lib/web.config
new file mode 100644
index 000000000..599a5f260
--- /dev/null
+++ b/lib/web.config
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file