Bonjour,
Je voudrais savoir comment conserver la casse avec l'url rewriting
Voici mon code
Et un xemple
voyages-DANEMARK.html me renvoi vers
menu.php?codpays=danemark
et non vers
menu.php?codpays=DANEMARK
Comment faire :?: :!:
Merci
Je voudrais savoir comment conserver la casse avec l'url rewriting
Voici mon code
Code:
RewriteRule ^voyages-([a-zA-Z0-9]+)\.html$ menu.php?codpays=$1 [L]
Et un xemple
voyages-DANEMARK.html me renvoi vers
menu.php?codpays=danemark
et non vers
menu.php?codpays=DANEMARK
Comment faire :?: :!:
Merci