MINOR Disallowing more potentially active file extensions in mysite/.htaccess

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@108208 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
ischommer 2010-07-20 04:50:22 +00:00 committed by Sam Minnee
parent 9b1c783bf4
commit 17bbc63786

View File

@ -1,3 +1,3 @@
<Files *.php>
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
Deny from all
</Files>
</FilesMatch>