Skip to content

Commit

Permalink
Create .htaccess
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davecoveney authored Jul 26, 2017
1 parent c8dfccb commit a5d5e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Options -Indexes

0 comments on commit a5d5e6e

Please sign in to comment.