mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e72114dad7
Files moved to a separate module (silverstripe-static).
9 lines
219 B
ApacheConf
9 lines
219 B
ApacheConf
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
|
|
Deny from all
|
|
</FilesMatch>
|
|
<FilesMatch "(main|rpc|tiny_mce_gzip)\.php$">
|
|
Allow from all
|
|
</FilesMatch>
|
|
<FilesMatch "silverstripe_version$">
|
|
Deny from all
|
|
</FilesMatch> |