first commit

This commit is contained in:
2022-12-29 22:25:38 +01:00
commit 8d6e97ff86
17 changed files with 1746 additions and 0 deletions

12
public/.htaccess Normal file
View File

@@ -0,0 +1,12 @@
RewriteEngine on
RewriteCond %{REQUEST_URI} !(.*)\.(css|js|htc|pdf|jpg|jpeg|gif|png|ico)$ [NC]
RewriteRule ^compteur/?$ index.php [NC,L]
RewriteRule ^releve/?$ index.php [NC,L]
RewriteRule ^[^/]+/(\d+)$ index.php?id=$1