ceci est l'adresse :
/test/catalogue_recherche.php?marqueID=6
l'adresse ré-ecrite que je voudrais obtenir :
/test/marque-6.html
la regle:
Code : Tout sélectionner
RewriteRule ^marque-([0-9]+).html$/test/catalogue_recherche.php?marqueID=$1 [L]
j'ajoute que c'est hébergement OVh et que j'ai verifié , il y a bien l'url rewritting.
Merci