Nouveau WRInaute
Bonjour,
j'ai intégré une contribution sur l'URL rewriting à mon site
jai donc une arborescence comme suit :
-http://www.monsite.com/categorie1/categori.../cPath/27_28_33
et mon htaccess
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^.*/([a-z_]+\.php)/(.*)$ /$1/$2[L]
La redirection sur la page -http://www.monsite.com/index.php s'effectue bien, mai sce sont les paramètres (cPath) qui ne se transmet pas
Quelqu'un pourrait il maider ?
Merci
j'ai intégré une contribution sur l'URL rewriting à mon site
jai donc une arborescence comme suit :
-http://www.monsite.com/categorie1/categori.../cPath/27_28_33
et mon htaccess
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^.*/([a-z_]+\.php)/(.*)$ /$1/$2[L]
La redirection sur la page -http://www.monsite.com/index.php s'effectue bien, mai sce sont les paramètres (cPath) qui ne se transmet pas
Quelqu'un pourrait il maider ?
Merci