minor improvements and updates all around

This commit is contained in:
Adrien W
2021-10-10 12:47:25 +02:00
parent 30021b6577
commit b6058b0092
8 changed files with 31 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ RewriteEngine On
RewriteRule ^cgu$ /cgu.php [L]
RewriteRule ^cgv$ /cgv.php [L]
RewriteRule ^interventions$ /interventions.php [L]
RewriteRule ^solutions$ /solutions.php [L]
RewriteRule ^services$ /services.php [L]
RewriteRule ^mentionslegales$ /mentionslegales.php [L]
RewriteRule ^transparence$ /transparence.php [L]
@@ -18,8 +18,8 @@ RewriteRule ^transparence$ /transparence.php [L]
#location /interventions {
# rewrite ^/interventions$ /interventions.php last;
#}
#location /solutions {
# rewrite ^/solutions$ /solutions.php last;
#location /services {
# rewrite ^/services /services.php last;
#}
#location /mentionslegales {
# rewrite ^/mentionslegales /mentionslegales.php last;