multiple updates, content moved around, added footer logo, improved menus
This commit is contained in:
33
.htaccess
33
.htaccess
@@ -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;
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user