# RentFlow - Security Configuration
# No RewriteEngine needed - all files accessed directly

Options -Indexes
ServerSignature Off

# Protect config file
<Files "config.php">
    Order deny,allow
    Deny from all
</Files>
