mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
507ade69cd
commit
2262f3f25e
11
.htaccess
11
.htaccess
@ -1,9 +1,6 @@
|
|||||||
<Files *.php>
|
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
|
||||||
Deny from all
|
Deny from all
|
||||||
</Files>
|
</FilesMatch>
|
||||||
<Files static-main.php>
|
<FilesMatch "(main|static-main|rpc)\.php$">
|
||||||
Allow from all
|
Allow from all
|
||||||
</Files>
|
</FilesMatch>
|
||||||
<Files main.php>
|
|
||||||
Allow from all
|
|
||||||
</Files>
|
|
Loading…
x
Reference in New Issue
Block a user