erehcab Posted September 19, 2010 Share Posted September 19, 2010 Bonjour à tous, lorsque j'active l'URL simplifiée sur ma boutique prestashop les images de mes catégories disparaissent.Voilà mon .htaccess : SetEnv PHP_VER 5 SetEnv REGISTER_GLOBALS 0 # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/p/$1-$2$3.jpg [L,E] RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] RewriteRule ^lang-([a-z]{2})/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$3&isolang;=$1$5 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2&isolang;=$1$4 [L,E] RewriteRule ^lang-([a-z]{2})/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$2&isolang;=$1 [QSA,L,E] RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$2$4 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ /product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /category.php?id_category=$1 [QSA,L,E] RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ /cms.php?id_cms=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ /supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ /manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] RewriteRule ^lang-([a-z]{2})/(.*)$ /$2?isolang=$1 [QSA,L,E] # Catch 404 errors ErrorDocument 404 /404.php Si quelqu'un à une petite idée je suis preneur ! Link to comment Share on other sites More sharing options...
Divine Posted September 19, 2010 Share Posted September 19, 2010 Bonsoir erehcab,Tu es chez quel hébergeur ? Link to comment Share on other sites More sharing options...
erehcab Posted September 20, 2010 Author Share Posted September 20, 2010 Bonjour Divine, je suis chez ovh. Link to comment Share on other sites More sharing options...
Divine Posted September 20, 2010 Share Posted September 20, 2010 Alors essaye avec ce fichier htaccess, normalement il est valide pour OVH... fichier htaccess.zip Link to comment Share on other sites More sharing options...
erehcab Posted September 20, 2010 Author Share Posted September 20, 2010 Je viens d'essayer mais j'ai toujours le même problème sur les images de mes catégories ... Link to comment Share on other sites More sharing options...
Divine Posted September 20, 2010 Share Posted September 20, 2010 Arf mince alors...Dans ce cas je ne peux pas t'aider plus...Essaye de voir si tu peux trouver sur le forum d'autres fichiers htaccess pour OVH à tester. Link to comment Share on other sites More sharing options...
erehcab Posted September 20, 2010 Author Share Posted September 20, 2010 Ok je viens de trouver la solution, en faite prestashop utilise le type list-category pour les images de catégorie. En local j'ai re créé les vignettes en changeant le nom du type d'image en listcategory et ça fonctionne ce qui veut dire que c'est le tiret entre list et category qui n'était pas vraiment apprécié !Maintenant il faut que je trouve pourquoi la règle de ré écriture : RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)\.jpg$ /img/c/$1$2.jpg [L,E] ne fonctionne pas avec le tiret.Si quelqu'un a une idée ! 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