# Security - Disable directory browsing
Options -Indexes

# Security - Deny access to certain file types
<FilesMatch '\.(htaccess|htpasswd|ini|log|sh|sql)$'>
    Order Allow,Deny
    Deny from all
</FilesMatch>

# Rewrite rules if needed
RewriteEngine On

# If you want to redirect to a specific blog listing page for this category
# RewriteRule ^$ ../../category.php?id=30 [L]
