# Disallow accessing anything in the directory other than ./deploy.php
Order allow,deny
Deny from all
<FilesMatch ^\/?deploy-report\.php$>
    Allow from all
</FilesMatch>
<FilesMatch ^\/?deploy-reportndt\.php$>
    Allow from all
</FilesMatch>
<FilesMatch ^\/?deploy-reportstaging\.php$>
    Allow from all
</FilesMatch>
