# Allow API endpoints to be accessed
<Files "quote.php">
    Order Allow,Deny
    Allow from all
</Files>

# Prevent directory listing
Options -Indexes
