From c86952d172a3647ebee2e59a8267f6b6112af45f Mon Sep 17 00:00:00 2001 From: asus Date: Thu, 30 Nov 2023 14:08:27 +0100 Subject: [PATCH] added htaccess with https redirection --- .htaccess | 4 ++++ README.md | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..39dceeb --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +# adding https redirection : +RewriteEngine On +RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] diff --git a/README.md b/README.md index 219e702..fa2ebfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ +projects : + +- [/] ljdp +- [ ] tchat transcendance + - setup docker without sudo on server + - remove authentification from project +- [ ] cube3d +- [ ] minishell + +--- + direction | width | child | child | child | | position | main axis | second axis ................................................................