par
deathart » 01 avr. 2012, 13:43
Bonjour à tous, voila j'utilise l'url rewriting pour mon site web,
mais j'ai quelque question :
1 comment faire, pour transformer les tien index.php?Page=accueil&Etape=1 en Accueil/Etape1 ou Accueil/Etape/1
Voici mon script htaccess :
Code : Tout sélectionner
RewriteEngine On
RewriteRule ^index$ index.php?page=/
RewriteRule ^([a-zA-Z0-9-]*)$ index.php?page=$1
2 Comment je peux bien optimiser se script ?
Merci d'avoir lut
Bonjour à tous, voila j'utilise l'url rewriting pour mon site web,
mais j'ai quelque question :
1 comment faire, pour transformer les tien index.php?Page=accueil&Etape=1 en Accueil/Etape1 ou Accueil/Etape/1
Voici mon script htaccess :
[code]
RewriteEngine On
RewriteRule ^index$ index.php?page=/
RewriteRule ^([a-zA-Z0-9-]*)$ index.php?page=$1
[/code]
2 Comment je peux bien optimiser se script ?
Merci d'avoir lut