From: ewinslow Date: Fri, 29 Apr 2011 20:18:37 +0000 (+0000) Subject: Deny all HTTP access to the engine directory X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=596dc990ae702cba4564e129607a8d04dd63a93c;p=lorea%2Felgg.git Deny all HTTP access to the engine directory git-svn-id: http://code.elgg.org/elgg/trunk@9052 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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