mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Put all php file inclusions/exclusions into a single file, because some servers don't seem to allow reenabling of file access in a subdirection .htaccess file.
This commit is contained in:
parent
450bc258d8
commit
8eb0814d04
@ -1,7 +1,7 @@
|
|||||||
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
|
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
|
||||||
Deny from all
|
Deny from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
<FilesMatch "(main|static-main|rpc)\.php$">
|
<FilesMatch "(main|static-main|rpc|tiny_mce_gzip)\.php$">
|
||||||
Allow from all
|
Allow from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
<FilesMatch "silverstripe_version$">
|
<FilesMatch "silverstripe_version$">
|
||||||
|
3
thirdparty/tinymce/.htaccess
vendored
3
thirdparty/tinymce/.htaccess
vendored
@ -1,3 +0,0 @@
|
|||||||
<FilesMatch "\.(php)$">
|
|
||||||
Allow from all
|
|
||||||
</FilesMatch>
|
|
Loading…
x
Reference in New Issue
Block a user