Jump to content

janpavelka

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • First Name
    Jan
  • Last Name
    Pavelka

janpavelka's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Zdravím Vás, můžete mi prosím poradit? Nezobrazují se mi všechny obrázky v Prestashopu 1.5.3.1. Projekt jsem převzal od jiného vývojáře. Když si otevřu obrázek přes konzoli v Chromu a a otevřu si fotografii do nového okna, tak mě to přesměruje na chybovou stránku. V htaccessu je následující kód: # 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] Můžete mi prosím poradit? Mockrát děkuji! Jan
  2. Hello guys, I'm new in Prestashop and I ask you about little help. My client uses Prestashop 1.5 and she deleted one category and add one new category. Unfortunately we don't see these changes in category block on homepage and other pages. Can you please help me how can I make these changes in admin? I looked for a solution in the category settings and in modules settings, but without success. Can you please help me? Thank you very much in advance. Kind regards, Jan Pavelka
×
×
  • Create New...