All pictures aren't displayed in Prestashop 1.5.3.1 -


can please me? pictures in prestashop 1.5.3.1 not displayed , don't know why.

when click on picture vie chrome console , want open picture in new window - go 404 error page.

i have these source code pictures in htaccess

# images rewritecond %{http_host} ^eshop.sofiaqua.cz$ rewriterule ^([0-9])(\-[_a-za-z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{env:rewritebase}img/p/$1/$1$2$3.jpg [l] rewritecond %{http_host} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ 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} ^eshop.sofiaqua.cz$ rewriterule ^c/([0-9]+)(\-[\.*_a-za-z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{env:rewritebase}img/c/$1$2$3.jpg [l] rewritecond %{http_host} ^eshop.sofiaqua.cz$ rewriterule ^c/([a-za-z_-]+)(-[0-9]+)?/.+\.jpg$ %{env:rewritebase}img/c/$1$2.jpg [l]

missing picture , url / 404 error page

can please me? i'm new administrator of eshop.

thank much,

jan

following possible solutions problem:

  • try add

rewritebase /

in htaccess file

  • go office preferences->images click on add new add name similar "xxx_default" without 'default', configure xxx_default.

example: "large_default", need add image type name "large", , configure "large_default" image type.

  • after this, try regenerate thumbnails existing images, can navigating following path in office

preferences -> images -> regenerate thumbnails


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -