From b2f4a647e7b97bd60708a11402353f17221c7c95 Mon Sep 17 00:00:00 2001 From: Alan Hartless Date: Thu, 22 Oct 2015 17:33:27 -0500 Subject: [PATCH] Added .htaccess to media/files so that it is installed by default and thus doesn't cause a problem with the new system folder & file permissions for new installs --- .gitignore | 1 + media/files/.htaccess | 1 + 2 files changed, 2 insertions(+) create mode 100644 media/files/.htaccess diff --git a/.gitignore b/.gitignore index 8ccb2da3b45..72db333c193 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ /composer.phar /bundles /media/files/* +!/media/files/.htaccess /node_modules /build/packaging /build/packages/* diff --git a/media/files/.htaccess b/media/files/.htaccess new file mode 100644 index 00000000000..3418e55a683 --- /dev/null +++ b/media/files/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file