From 2262f3f25e373372b8efad1d01677b6b7d4dee5b Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 18 Oct 2010 22:48:58 +0000 Subject: [PATCH] MINOR Disallowing more potentially active file extensions in cms/.htaccess BUGFIX Re-allowing direct execution in sapphire/thirdparty/tinymce/plugins/spellchecker/rpc.php (necessary for cms spellchecker, was disabled by global .htaccess rule) (from r108207) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112719 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.htaccess b/.htaccess index c5f7ad8cd..b78030c89 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,6 @@ - + Deny from all - - + + Allow from all - - - Allow from all - + \ No newline at end of file