You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
963 B
37 lines
963 B
# Apache rules
|
|
RewriteEngine On
|
|
#RewriteRule ^/$ /index.php [L]
|
|
RewriteRule ^cgu$ /cgu.php [L]
|
|
RewriteRule ^cgv$ /cgv.php [L]
|
|
RewriteRule ^interventions$ /interventions.php [L]
|
|
RewriteRule ^services$ /services.php [L]
|
|
RewriteRule ^mentionslegales$ /mentionslegales.php [L]
|
|
RewriteRule ^transparence$ /transparence.php [L]
|
|
RewriteRule ^faq$ /faq.php [L]
|
|
RewriteRule ^finances$ /finances.php [L]
|
|
RewriteRule ^tarifs$ /tarifs.php [L]
|
|
RewriteRule ^clients$ /clients.php [L]
|
|
|
|
## nginx rules
|
|
#location /cgu {
|
|
# rewrite ^/cgu$ /cgu.php last;
|
|
#}
|
|
#location /cgv {
|
|
# rewrite ^/cgv$ /cgv.php last;
|
|
#}
|
|
#location /interventions {
|
|
# rewrite ^/interventions$ /interventions.php last;
|
|
#}
|
|
#location /services {
|
|
# rewrite ^/services /services.php last;
|
|
#}
|
|
#location /mentionslegales {
|
|
# rewrite ^/mentionslegales /mentionslegales.php last;
|
|
#}
|
|
#location /transparence {
|
|
# rewrite ^/transparence$ /transparence.php last;
|
|
#}
|
|
#location /faq {
|
|
# rewrite ^/faq$ /faq.php last;
|
|
#}
|