dadou351 Posted October 2, 2013 Share Posted October 2, 2013 (edited) Bonjour, Mon site web www.1art1design.com fonctionne bien mis à part un petit bug avec les urls simplifiés. Prestashop : 1.5.5 EXEMPLE : - lorsque je vais sur cette page de mon site, tout vas bien : http://www.1art1design.com/content/2-mentions-legales - par contre dès que je souhaite ensuite aller sur une page : http://www.1art1design.com/content/content/1-livraisons-et-retour On remarque que dans le lien j'ai 2 fois "content/" au lieu d'une seule fois. De plus l'image en footer ne s'affiche pas. Je présume qu'il s'agit d'un problème d'urls simplifiés. Est ce que cela peut venir du fichier .htaccess ? Contenu de ce fichier : <IfModule mod_rewrite.c> # Disable Multiviews Options -Multiviews RewriteEngine on RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^www.1art1design.com$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> Etant donné que ce forum est d'une grande aide, je me demande si une personne pouvait m'aiguiller. Bien à vous David Edited October 2, 2013 by dadou351 (see edit history) Link to comment Share on other sites More sharing options...
Vincent Terenti Posted October 2, 2013 Share Posted October 2, 2013 Bonjour dadou351, A priori le problème vient de votre thème personnalisé, jetez un œil de ce côté Bien cordialement, Link to comment Share on other sites More sharing options...
dadou351 Posted October 10, 2013 Author Share Posted October 10, 2013 Bonjour, Merci pour votre réponse. Je n'ai rien trouvé depuis le jour où j'ai posé ma question. Impossible de savoir d'où ça vient. J'ai créé un nouveau fichier htaccess : rien ! Dans le thème je ne vois pas ce qui coince :/ Bien à vous, David Link to comment Share on other sites More sharing options...
dadou351 Posted October 10, 2013 Author Share Posted October 10, 2013 Je me permets de revenir vers vous. Il s'agit en fait de mon module Footer qui déconne visiblement !!!! Tous les autres liens du site fonctionne correctement sauf dans le footer. David Link to comment Share on other sites More sharing options...
Vincent Terenti Posted October 11, 2013 Share Posted October 11, 2013 Merci de votre retour, Oui, à priori c'est un footer custom qui provient du thème, si c'est ce module qui pose problème vous pouvez vous adresser au développeur du thème. Bien cordialement, 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