DirectoryIndex index.html

Options -Indexes

RewriteEngine On

RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{HTTP_HOST} ^www\.beadragonia\.com$ [NC]
RewriteRule ^ https://beadragonia.com%{REQUEST_URI} [R=301,L]
