HanGman Posted October 1, 2015 Share Posted October 1, 2015 (edited) Hi! I found a couple of threads on this subject, but nothing worked for me yet. I'm running v1.6.1.1 (multilingual) on a subdomain, maybe this is the problem on rewriting image urls. Image urls will be rewritten to something like that: http://subdomain.domain.de/1639-large/.jpg htaccess rules: RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api$ api/ [L] RewriteRule ^api/(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] 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] 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] 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] 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] 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] 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] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] I turned seo urls on/off a couple of times, regenerated the htaccess file tried some manual changes in htaccess unsusseccfully. Any ideas? Thanks for your support! Edited October 1, 2015 by HanGman (see edit history) Link to comment Share on other sites More sharing options...
LuxxFad Posted October 4, 2015 Share Posted October 4, 2015 Also looking for help on this matter. Regenerating htaccess and regenerating thumbnails have not worked for me. Help, 3rd day my shop is down now Link to comment Share on other sites More sharing options...
HanGman Posted October 4, 2015 Author Share Posted October 4, 2015 (edited) Solved the problem by setting the attr "link_rewrite". Due to a manual import the field was empty. Edited October 4, 2015 by HanGman (see edit history) Link to comment Share on other sites More sharing options...
LuxxFad Posted October 4, 2015 Share Posted October 4, 2015 Hello, would you be kind enough to explain where/how I can fix that "link_rewrite" ? Thank you. Link to comment Share on other sites More sharing options...
LuxxFad Posted October 4, 2015 Share Posted October 4, 2015 Also, would like to add my PRODUCT pics are all working fine. It is my THEME images by (JMS CAKE theme) that keep showing up as question marks. I REALLY need this issue resolved ASAP and have not heard back from the developer.. 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