Add warning message to index.

This commit is contained in:
James Cole
2018-01-06 10:25:21 +01:00
parent 469313eca7
commit 65e518856b
2 changed files with 60 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
# To force HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
# 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