From 5c44ea19359094c30a2b991561aaf47427babeb4 Mon Sep 17 00:00:00 2001 From: Antoine Ouvrard Date: Tue, 5 Apr 2022 23:56:05 +0200 Subject: [PATCH] =?UTF-8?q?ajoute=20le=20htaccess=20du=20serveur=20qui=20c?= =?UTF-8?q?omporte=20les=20r=C3=A8gles=20de=20redirection=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ea226da --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteCond %{SERVER_PORT} 80 +RewriteRule ^(.*)$ https://www.charienko.fr/$1 [R,L]