From 08984154cdc5c54974e523727e0555e1370caf49 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 25 Jun 2015 11:23:11 +0200 Subject: [PATCH] Create .htaccess MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref https://github.com/owncloud/core/pull/16724#discussion_r33236344 – shouldn't hurt also. --- build/.htaccess | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/.htaccess diff --git a/build/.htaccess b/build/.htaccess new file mode 100644 index 00000000000..c7a7b79feac --- /dev/null +++ b/build/.htaccess @@ -0,0 +1,12 @@ +# line below if for Apache 2.4 + +Require all denied + + +# line below if for Apache 2.2 + +deny from all + + +# section for Apache 2.2 and 2.4 +IndexIgnore *