todo riot, avec router

This commit is contained in:
2026-03-16 14:22:17 +01:00
parent 0490924e3d
commit a472e34bbe
9 changed files with 261 additions and 3 deletions
@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~denis/web_2024/tp5/todo-riot/ # votre url
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.html [L]
</IfModule>