From c5d494a077941e8a050bce68088467ffff9968bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADtame=20de=20Oliveira?= Date: Fri, 8 Nov 2019 10:38:14 -0300 Subject: [PATCH] forcing HTTPS --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..0ddc68f --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteCond %{HTTPS} !=on +RewriteRule ^/?(.*) https://%conference.phpcomrapadura.org/$1 [R,L]