Jump to content

images can't show can't displaying the images


Recommended Posts

I have creat a folder under the dir
and upload the images that i can insert on the product description ,but the images can't show

I have contact my host company ,

they said:

There are a number of rewrite rules in your .htaccess file that could be interfering with displaying the images. Disabling the .htaccess file or adjusting the rules should fix the problem.

How should fix the problem ? you know we can't disabling the .htaccess

I use the 1.4 final

you can see the problem here:
http://www.chinabeautystore.com/11-green-u-tip-hair-extension.html

Link to comment
Share on other sites

when i delet .htaccess, they (images) do indeed show
when i delet
RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2$3.jpg [L]
RewriteRule ^([0-9]+)\-([0-9]+)/[_a-zA-Z0-9-]*\.jpg$ /img/p/$1-$2.jpg [L]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/c/$1$2.jpg [L]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /img/c/$1$2.jpg [L]

Images can show ,but the product images can't show .

Link to comment
Share on other sites

×
×
  • Create New...