# Security - Disable directory browsing
Options -Indexes

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

# Category folder for: video editing
# Created on: 2026-01-22

# Enable rewrite engine
RewriteEngine On

# Redirect to category page (example - customize as needed)
# RewriteRule ^$ ../../category.php?slug=video-editing [L,QSA]
