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

This commit is contained in:
Adrien W
2021-09-30 20:18:31 +02:00
parent 1d1c42d91b
commit 4d5de94f8b
5 changed files with 35 additions and 29 deletions

View File

@@ -1,5 +1,13 @@
# Apache rules
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]
# nginx rules
#rewrite ^index\.html$ /index.php last
#rewrite ^cgu\.html$ /cgu.php last
#rewrite ^interventions\.html$ /interventions.php last
#rewrite ^solutions\.html$ /solutions.php last