2018-01-06 10:25:21 +01:00
|
|
|
# Optional: force HTTPS:
|
|
|
|
|
# <IfModule mod_rewrite.c>
|
|
|
|
|
# RewriteEngine On
|
|
|
|
|
# RewriteCond %{HTTPS} off
|
|
|
|
|
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
|
|
|
|
# </IfModule>
|
2018-01-04 12:29:33 +01:00
|
|
|
|
|
|
|
|
# To hide directory listing
|
|
|
|
|
Options All -Indexes
|
|
|
|
|
|
2023-09-23 07:16:04 +02:00
|
|
|
# To prevent access any file
|
|
|
|
|
Deny from all
|