Jump to content

Liens Brisés Avec Url Rewrinting


Recommended Posts

Bonjour,

 

Pour faire simple : Sur presta version 1.5.3.1, lorsque j'active l'Url simplifiée,la redirection vers l'Url canonique et que je désactive l'option Apache MultiViews, les liens produits ne fonctionnent plus (ou plus précisément, ils pointent vers d'autres pages).

 

Avez vous dejà rencontré ce probléme ?

Comment le régler ?

 

PS: Lorsque je désactive toutes ces fonctions, tous les liens fonctionnent .

 

Mon fichier htacces:

 

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution

# http://www.prestashop.com - http://www.prestashop.com/forums

 

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.au-cartophile.fr$

RewriteRule . - [E=REWRITEBASE:/]

RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

 

</IfModule>

 

#If rewrite mod isn't enabled

ErrorDocument 404 /index.php?controller=404

 

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...