Deployment (doc)

This commit is contained in:
Pierre Martin
2024-12-08 23:28:53 +01:00
parent a156442217
commit 6c9db5c999
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
RewriteEngine On
ErrorDocument 404 /404.html
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]