Skip to content

Commit

Permalink
BUGFIX: Put all php file inclusions/exclusions into a single file, be…
Browse files Browse the repository at this point in the history
…cause some servers don't seem to allow reenabling of file access in a subdirection .htaccess file.
  • Loading branch information
Sam Minnee committed May 3, 2012
1 parent 450bc25 commit 8eb0814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .htaccess
@@ -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$">
Expand Down
3 changes: 0 additions & 3 deletions thirdparty/tinymce/.htaccess

This file was deleted.

0 comments on commit 8eb0814

Please sign in to comment.