|
Publicité ' | |||||||||||||||||||||||
|
|
#1 | |
|
Membre habitué
![]() Inscription : septembre 2004 Messages : 244 ![]() |
Bonjour,
J'essaye de rediriger http://monsite.fr/pub.php?=part=nom1 Vers : http://monsite.fr/site/test.php?part=nomPart1 Dans mon .htaccess j'ai mis ceci : Code :
RewriteRule ^pub\.php?part=(.*) /site/test.php?part=$1 [L] Citation:
Merci beaucoup |
|
|
|
01
|
|
|
#2 |
|
Membre habitué
![]() Inscription : septembre 2004 Messages : 244 ![]() |
J'ai trouvé :
Code :
RewriteRule ^pub.php/?$ /site/test.php [QSA,L] Merci beaucoup |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com