firefly-iii/.htaccess

13 lines
266 B
ApacheConf
Raw Normal View History

2018-01-06 03:25:21 -06:00
# Optional: force HTTPS:
# <IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteCond %{HTTPS} off
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
# </IfModule>
# To hide directory listing
Options All -Indexes
# To prevent access any file
Deny from all