mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 14:05:54 +02:00
6 lines
135 B
ApacheConf
6 lines
135 B
ApacheConf
|
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
|
||
|
Deny from all
|
||
|
</FilesMatch>
|
||
|
<FilesMatch "(main)\.php$">
|
||
|
Allow from all
|
||
|
</FilesMatch>
|