ESPRIT ROBOT Posted September 14, 2011 Share Posted September 14, 2011 Bonjour je cherche une solution pour rediriger les pages categories avec conditions vers la page categorie sans condition exemple RewriteCond %{QUERY_STRING} ^n=(.*)$ [NC] RewriteRule /25-samsung http://www.robot-aspirateur.com/25-samsung? [R=301,L] apparemment ça marche pas pour des pages qui ne terminent pas par .php en revanche ça marche bien pour les autres: RewriteCond %{QUERY_STRING} ^n=(.*)$ [NC] RewriteRule best-sales.php http://www.robot-aspirateur.com/best-sales.php? [R=301,L] Problème de syntaxe ? Quelqu'un a une idée ? Link to comment Share on other sites More sharing options...
allaadin Posted September 14, 2011 Share Posted September 14, 2011 bonjour esprit robot si tu développe sous prestashop 1.4 essaye avec cette ligne de code : RewriteRule /25-samsung$ http://www.robot-asp...com/25-samsung?= [QSA,L] dans ton .htaccess bien sur bon fin journée Link to comment Share on other sites More sharing options...
ESPRIT ROBOT Posted September 16, 2011 Author Share Posted September 16, 2011 Aucun impact si vous avez d'autres idées je suis preneur Link to comment Share on other sites More sharing options...
ESPRIT ROBOT Posted September 16, 2011 Author Share Posted September 16, 2011 Je vous rappelle que la règle fonctionne correctement pour les pages en .php RewriteCond %{QUERY_STRING} ^n=(.*)$ [NC] RewriteRule best-sales.php http://www.robot-asp...best-sales.php? [R=301,L] mais pas avec les pages sans le php RewriteCond %{QUERY_STRING} ^n=(.*)$ [NC] RewriteRule /25-samsung http://www.robot-asp...com/25-samsung? [R=301,L] 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