From 1a02548994b7b46f9d8de77e7cd8cd09e8e5a5cb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 20 Jul 2010 04:49:30 +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) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@108207 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