6 lines
201 B
ApacheConf
6 lines
201 B
ApacheConf
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]
|