From b27645b7ac7086d5b705f8e4439518e543be891d Mon Sep 17 00:00:00 2001 From: sharvey Date: Sat, 13 Feb 2010 03:59:05 +0000 Subject: [PATCH] MINOR Partially reverted r98887 re-adding the web.config permissions in .htaccess git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@98889 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index 9c7c4c1..5cbd1e8 100644 --- a/.htaccess +++ b/.htaccess @@ -5,6 +5,11 @@ Allow from 127.0.0.1 + + Order deny,allow + Deny from all + + RewriteEngine On RewriteCond %{REQUEST_URI} ^(.*)$