lots of small improvements, new pages, added htaccess for url rewriting

This commit is contained in:
Adrien W
2021-09-30 19:24:54 +02:00
parent 8d77fa06b4
commit 1d1c42d91b
34 changed files with 984 additions and 379 deletions

5
.htaccess Normal file
View File

@@ -0,0 +1,5 @@
RewriteEngine On
RewriteRule ^index\.html$ /index.php [L]
RewriteRule ^cgu\.html$ /cgu.php [L]
RewriteRule ^interventions\.html$ /interventions.php [L]
RewriteRule ^solutions\.html$ /solutions.php [L]