diff options
author | Chandler Cain <chandler@clcain.com> | 2019-10-10 23:03:17 -0400 |
---|---|---|
committer | Chandler Cain <chandler@clcain.com> | 2019-10-10 23:05:17 -0400 |
commit | 085e62fc7a0f871210cc3d7b1c30890aa3332869 (patch) | |
tree | d7caff57b0327f74431b0aafc6b221a5c72de1a9 | |
parent | e15a460ca8876c7ef506e75f9533b8f144865384 (diff) | |
download | phpvirtualbox-085e62fc7a0f871210cc3d7b1c30890aa3332869.zip phpvirtualbox-085e62fc7a0f871210cc3d7b1c30890aa3332869.tar.gz phpvirtualbox-085e62fc7a0f871210cc3d7b1c30890aa3332869.tar.bz2 |
Prevent access to .git/ directory
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ed19066 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +RedirectMatch 404 /\.git |