diff options
author | h6w <tudor@tudorholton.com> | 2019-10-13 18:20:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 18:20:26 +1100 |
commit | 3c981d4df12a3280d7037116f13ee75e5a8fc7a2 (patch) | |
tree | d7caff57b0327f74431b0aafc6b221a5c72de1a9 | |
parent | e15a460ca8876c7ef506e75f9533b8f144865384 (diff) | |
parent | 085e62fc7a0f871210cc3d7b1c30890aa3332869 (diff) | |
download | phpvirtualbox-3c981d4df12a3280d7037116f13ee75e5a8fc7a2.zip phpvirtualbox-3c981d4df12a3280d7037116f13ee75e5a8fc7a2.tar.gz phpvirtualbox-3c981d4df12a3280d7037116f13ee75e5a8fc7a2.tar.bz2 |
Merge pull request #205 from clcain/develop
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 |