Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
david |
1 |
#-------
|
|
|
2 |
RewriteEngine on
|
|
|
3 |
RewriteRule ^rubrique([0-9]+)\.html$ rubrique.php3?id_rubrique=$1 [QSA,L]
|
|
|
4 |
RewriteRule ^article([0-9]+)\.html$ article.php3?id_article=$1 [QSA,L]
|
|
|
5 |
RewriteRule ^mot([0-9]+)\.html$ mot.php3?id_mot=$1 [QSA,L]
|
|
|
6 |
#------
|