added htaccess with https redirection
This commit is contained in:
4
.htaccess
Normal file
4
.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
# adding https redirection :
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
||||
11
README.md
11
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
|
||||
................................................................
|
||||
|
||||
Reference in New Issue
Block a user