# allow all external requests for php
<FilesMatch "\.php$">
    ALLOW FROM ALL
</FilesMatch>
