Hello,
I am using "prestashop_1.6.0.8" (localhost). I found that the "About us" page is not showing "cms-img.jpg" image. I can add the image in my back office (preferences -> CMS -> About us). The source of the page includes "<img title="cms-img" src="../img/cms/cms-img.jpg" alt="cms-img" width="370" height="192" />". In the "Edit: About us" page, the image is shown prefectly. But whenever I visit About us page, I find that the image below "OUR TEAM" header is not available.
I found several discussions about this problem but none of them worked for me.
The .htaccess file img/cms folder contains the following code:
<IfModule mod_php5.c> php_flag engine off </IfModule> deny from all <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png)$"> order deny,allow allow from all </Files>
Please help me regarding this issue.