Bonjour,
Je teste un site en local, j'aimerais par exemple changer http://127.0.0.1/testlcb/styling.php?VA ... n=27632134
en
http://127.0.0.1/testlcb/poignees-de-po ... 32134.html
Voici mon .htaccess:
Options -Indexes
Options +FollowSymlinks
RewriteEngine on
#--------------------------------------------------
# Règles de réécriture d'URL :
#--------------------------------------------------
# Référence de la page styling :
RewriteRule ^poignees-de-portes-([0-9]+).html$ /localhost/testlcb/styling.php?VARfinition=$1 [L]
Quelle est donc la marche à suivre pour réussir?
Merci d'avance.
Je teste un site en local, j'aimerais par exemple changer http://127.0.0.1/testlcb/styling.php?VA ... n=27632134
en
http://127.0.0.1/testlcb/poignees-de-po ... 32134.html
Voici mon .htaccess:
Options -Indexes
Options +FollowSymlinks
RewriteEngine on
#--------------------------------------------------
# Règles de réécriture d'URL :
#--------------------------------------------------
# Référence de la page styling :
RewriteRule ^poignees-de-portes-([0-9]+).html$ /localhost/testlcb/styling.php?VARfinition=$1 [L]
Quelle est donc la marche à suivre pour réussir?
Merci d'avance.