Jump to content

Redirection de pages category sans orderby, orderway


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...