# API'ye dışarıdan erişim açık, admin sayfaları korumalı
Options -Indexes

# config.php ve db.php dışarıdan erişilemesin
<Files "config.php">
    Order allow,deny
    Deny from all
</Files>
<Files "db.php">
    Order allow,deny
    Deny from all
</Files>
# <Files "install.php">
#     Order allow,deny
#     Deny from all
# </Files>
