Remise en place de cyberday et lab docker

This commit is contained in:
nk
2026-05-07 09:47:05 +02:00
parent 6050f0fd9c
commit 1107be9846
46 changed files with 26379 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>