# Disable directory browsing
Options -Indexes

# Force HTTPS (uncomment once your SSL certificate is active on cPanel)
# RewriteEngine On
# RewriteCond %{HTTPS} off
# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# Friendly-ish error handling
ErrorDocument 404 /index.php
