# Allow PHP execution inside /api/
<FilesMatch "\.(php|php5|php7|phps|phtml)$">
    Order allow,deny
    Allow from all
</FilesMatch>
