From cc77a10fe53d5630bc5f85a2132a79f281b412d4 Mon Sep 17 00:00:00 2001 From: Rj48 Date: Mon, 18 Jul 2016 03:42:34 +0200 Subject: [PATCH] added default directory for uploaded files + .htaccess for it --- files/.htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/.htaccess diff --git a/files/.htaccess b/files/.htaccess new file mode 100644 index 0000000..7714d5f --- /dev/null +++ b/files/.htaccess @@ -0,0 +1,10 @@ +php_flag engine off +AddType text/plain .php +AddType text/plain .php5 +AddType text/plain .html +AddType text/plain .htm +RemoveHandler .php +RemoveHandler .php5 +RemoveHandler .html +RemoveHandler .htm +