diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-29 20:18:37 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-29 20:18:37 +0000 |
commit | 596dc990ae702cba4564e129607a8d04dd63a93c (patch) | |
tree | 8d80e0bbaa337da87435172938a734cb71142c85 /engine/.htaccess | |
parent | 4b8a68e7e71178499abf7013f061cdc91e350e16 (diff) | |
download | elgg-596dc990ae702cba4564e129607a8d04dd63a93c.tar.gz elgg-596dc990ae702cba4564e129607a8d04dd63a93c.tar.bz2 |
Deny all HTTP access to the engine directory
git-svn-id: http://code.elgg.org/elgg/trunk@9052 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/.htaccess')
-rw-r--r-- | engine/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/.htaccess b/engine/.htaccess new file mode 100644 index 000000000..47e399d8f --- /dev/null +++ b/engine/.htaccess @@ -0,0 +1,2 @@ +order allow,deny
+deny from all
\ No newline at end of file |