From a5d5e6e39bb99a4008a38190d7dab3e0c18ac657 Mon Sep 17 00:00:00 2001 From: davecoveney Date: Wed, 26 Jul 2017 11:42:19 +0100 Subject: [PATCH] Create .htaccess Added this file to stop directory listing. Using options -Indexes It turns out too many people habitually leave this script lying around, resulting in press like this: https://www.wordfence.com/blog/2017/07/searchreplacedb2-security/ See case 26862 for details. --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..5a928f6 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Options -Indexes