Can’t upload upload hebrew images to wordpress when using wamp localhost
-
I am having a strange problem that i am unable to solve. I am using wamp software and I run wordpress website from my localhost. I have found that there is a strange problem i am having. I am trying to upload images using the “Media Library”, the image has hebrew name like ?????.jpg and when i upload the image seems like the name changes to something like this ?×???? ?” and wordpress unable to recognize the image.
Now seems like the problem is only on my localhost. I have tried to upload the same image on my hosting (hostgator, godday) and it works well on both of them.
The problem is probably related to charset in some way. I guess i need to change the settings on wamp files but i am not sure what to do.
I have tried to change php.ini and change this line
;default_charset = “iso-8859-1”
to default_charset = “utf-8” and i have also tried to add AddDefaultCharset utf-8 to httpd.conf but it doesn’t seems to fix the problem.
Does anyone have any idea what i can do to fix that?
- The topic ‘Can’t upload upload hebrew images to wordpress when using wamp localhost’ is closed to new replies.