Que pensez vous de mon htaccess pour un site oscommerce ?

Que pensez vous de mon htaccess pour un site oscommerce ? - HTML/CSS - Programmation

Marsh Posté le 18-08-2006 à 17:40:48    

Je fais suite à un post où l'on m'a conseillé une modif pour le htaccess (d'un site oscommerce) : changer  
 

Code :
  1. Options +FollowSymLinks
  2. RewriteEngine On
  3. RewriteBase /
  4. RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
  5. RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
  6. RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
  7. RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
  8. RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
  9. RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
  10. RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
  11. RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
  12. RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}


 
Pour  
 

Code :
  1. Options +FollowSymLinks
  2. RewriteEngine On
  3. RewriteBase /
  4. RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2[QSA,L]
  5. RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2[QSA,L]
  6. RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2[QSA,L]
  7. RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2[QSA,L]
  8. RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2[QSA,L]
  9. RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2[QSA,L]
  10. RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2[QSA,L]
  11. RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2[QSA,L]
  12. RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2[QSA,L]


 
Il s'avère cependant que cette modif bloque l'ajout d'un article dans le panier (avec la première version du htaccess ça fonctionne normalement).
 
La modif fait apparaitre dans le navigateur un url assez bizarre du style
 
-www.monsite/macatégorie-c-24%5BQSA%2CL%5D.html?products_id=31&action=buy_now&sort=2a
 
Le passage qui ne me parait pas normal est souligné en gras.
 
Pour info j'utilise la contrib seo, peut-être y a t il une incompatibilité c'est très dommage car cette modif me semblait être bien propre et devait accélérer le proces de ma boutique...
 
Qu'en pensez vous ?


---------------
Là, ça devrait marcher...
Reply

Marsh Posté le 18-08-2006 à 17:40:48   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed