Patrick_64 Posted December 19, 2012 Share Posted December 19, 2012 Bonjour, J'ai un soucis de redirection avec ma boutique PS 1.4.6.2 Je n'utilise qu'une seule langue le Français. voici ce que j'ai dans mon htaccess généré par PS : RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html /product.php?id_product=$3&isolang=$1 [QSA,L] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html /product.php?id_product=$2&isolang=$1 [QSA,L] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*) /category.php?id_category=$2&isolang=$1 [QSA,L] et voila le type d'erreur que j'ai sous Google WT : Erreur 404 sur : http://mon-site/lang-es/3-categorie Quelqu'un a une idée ? Merci Patrick Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now