hello tout le monde
Voici le code que j'ai écrit.
Cela redirige touts les membre tapant http://www.smatchi.com/test vers http://www.smatchi.com/idcard.php?p1=test
Mais ma questions c'est comment faire pour l'url affiché dans le navigateur de l'internaute soit http://www.smatchi.com/test et non http://www.smatchi.com/idcard.php?p1=test ?
merci mille fois
Voici le code que j'ai écrit.
Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} !(.*)\.(.*)
RewriteCond %{REQUEST_URI} !(.*)/(.*)/
RewriteCond %{REQUEST_URI} !^/$
RewriteRule ^(.*) /idcard.php?p1=$1 [L,R]
Cela redirige touts les membre tapant http://www.smatchi.com/test vers http://www.smatchi.com/idcard.php?p1=test
Mais ma questions c'est comment faire pour l'url affiché dans le navigateur de l'internaute soit http://www.smatchi.com/test et non http://www.smatchi.com/idcard.php?p1=test ?
merci mille fois