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
This commit is contained in:
Sam Minnee 2010-10-18 22:48:58 +00:00
parent 507ade69cd
commit 2262f3f25e

View File

@ -1,9 +1,6 @@
<Files *.php>
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
Deny from all
</Files>
<Files static-main.php>
</FilesMatch>
<FilesMatch "(main|static-main|rpc)\.php$">
Allow from all
</Files>
<Files main.php>
Allow from all
</Files>
</FilesMatch>