From dbba63ae9e255bbec0a66960f3168e8ce10f9681 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 18 Oct 2010 22:39:50 +0000 Subject: [PATCH] BUGFIX: Don't allow direct access to PHP files in sapphire module, except for main.php and static-main.php (from r108023) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112706 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 2ba5f8c74..c5f7ad8cd 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,9 @@ - -Order deny,allow -Deny from all - \ No newline at end of file + + Deny from all + + + Allow from all + + + Allow from all +