From 34137d7614598bdc0c70de46fc30b9d9ee11fd1b Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 21 Jan 2003 16:13:05 +0000 Subject: [PATCH] Stop web nosey parkers git-svn-id: file:///svn/phpbb/trunk@3348 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/cache/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 phpBB/cache/.htaccess diff --git a/phpBB/cache/.htaccess b/phpBB/cache/.htaccess new file mode 100644 index 0000000000..c39181686f --- /dev/null +++ b/phpBB/cache/.htaccess @@ -0,0 +1,4 @@ + +Order Allow,Deny +Deny from All + \ No newline at end of file