# Optional: force HTTPS: # # RewriteEngine On # RewriteCond %{HTTPS} off # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] # # To hide directory listing Options All -Indexes # To prevent access any file Deny from all