rfourt Posted October 24, 2014 Share Posted October 24, 2014 Ive seen an answer to this somewhere before but cant find it again.I just updated my shop to have 2 languages and now all my images are gone and replaced with a question mark.. I think it was something i could change in the httaccess file but as i said i cant find that post..Thank you.PS: i have tried to regenerate the images with out luck. Link to comment Share on other sites More sharing options...
thepan Posted October 24, 2014 Share Posted October 24, 2014 Check if the images are showing when you choose the other langage. Link to comment Share on other sites More sharing options...
rfourt Posted October 24, 2014 Author Share Posted October 24, 2014 No same question mark for both languages. Link to comment Share on other sites More sharing options...
Kosmic Edits Posted October 24, 2014 Share Posted October 24, 2014 I got this same issue lastnight when I installed localization French. The Banners on the page disappeared to questionmarks, the slider remainded but the text did not change to french although it was written in through prestashop. I cannot recall if the menu text changed, but the top bar where sign-in is changed. I was just looking at a demo page of prestashop, and it worked perfect, when french was selected the banners didnt disappear, hmmm. Link to comment Share on other sites More sharing options...
thepan Posted October 24, 2014 Share Posted October 24, 2014 LINK should hopefully help you guys. Link to comment Share on other sites More sharing options...
Kosmic Edits Posted October 24, 2014 Share Posted October 24, 2014 Thanks I am going to try to understand it multilanguage and secnd language, as for the htaccess I knows nothing about that stuff, arr. Link to comment Share on other sites More sharing options...
wildeyray Posted October 28, 2014 Share Posted October 28, 2014 I suddenly started having the same issue, but didn't change anything at all. Some assistance would be appreciated. Link to comment Share on other sites More sharing options...
rfourt Posted October 29, 2014 Author Share Posted October 29, 2014 Add the code below in your httaccess file in your root folder. before line "# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again", add these lines: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^.*/img/cms/(.*)$ %{ENV:REWRITEBASE}img/cms/$1 [L] </IfModule> Link to comment Share on other sites More sharing options...
c930586 Posted January 25, 2015 Share Posted January 25, 2015 Add the code below in your httaccess file in your root folder. before line "# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again", add these lines: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^.*/img/cms/(.*)$ %{ENV:REWRITEBASE}img/cms/$1 [L] </IfModule> Yes, thanks, it works with 1.6.0.11 Link to comment Share on other sites More sharing options...
Recommended Posts