multiple updates, content moved around, added footer logo, improved menus

This commit is contained in:
Adrien W
2021-10-04 13:19:35 +02:00
parent 751369b1de
commit f93060eae8
13 changed files with 230 additions and 171 deletions

View File

@@ -1,23 +1,32 @@
# Apache rules
RewriteEngine On
RewriteRule ^index\.html$ /index.php [L]
RewriteRule ^cgu\.html$ /cgu.php [L]
RewriteRule ^cgv\.html$ /cgv.php [L]
RewriteRule ^interventions\.html$ /interventions.php [L]
RewriteRule ^solutions\.html$ /solutions.php [L]
RewriteRule ^mentionslegales\.html$ /mentionslegales.php [L]
#RewriteRule ^/$ /index.php [L]
RewriteRule ^cgu$ /cgu.php [L]
RewriteRule ^cgv$ /cgv.php [L]
RewriteRule ^interventions$ /interventions.php [L]
RewriteRule ^solutions$ /solutions.php [L]
RewriteRule ^mentionslegales$ /mentionslegales.php [L]
RewriteRule ^transparence$ /transparence.php [L]
# nginx rules
#location /index {
# rewrite ^/index\.html$ /index.php last;
#location / {
# rewrite ^/$ /index.php last;
#}
#location /cgu {
# rewrite ^/cgu\.html$ /cgu.php last;
# rewrite ^/cgu$ /cgu.php last;
#}
#location /cgv {
# rewrite ^/cgv$ /cgv.php last;
#}
#location /interventions {
# rewrite ^/interventions\.html$ /interventions.php last;
# rewrite ^/interventions$ /interventions.php last;
#}
#location /solutions {
# rewrite ^/solutions\.html$ /solutions.php last;
# rewrite ^/solutions$ /solutions.php last;
#}
#location /mentionslegales {
# rewrite ^/mentionslegales /mentionslegales.php last;
#}
#location /transparence {
# rewrite ^/transparence$ /transparence.php last;
#}