noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
593 stars 272 forks source link

On localhost image/file path is not correct #176

Open saurabhnaruka11 opened 8 years ago

saurabhnaruka11 commented 8 years ago

Hi, I having issue when I have installed this extension and uploading images in carousel or in gallery. it is getting path from /uploads floder. which is taking url http://localhost/uploads/thumbs/dutch-nl-2984886352-d3f3ca4daeccc16754c0d2dbe6c9a84e.jpg but the desired URl is http://localhost/Project_folder/uploads/thumbs/dutch-nl-2984886352-d3f3ca4daeccc16754c0d2dbe6c9a84e.jpg. So Can you help me to fix this. From where I can set this url.

ibennz commented 8 years ago

You are setting your server wrong, use a vhost with wamp/xamp on localhost to fix the issue.

JDL747 commented 7 years ago

HI @ibennz,

I'm having the same issue when uploading images. Have you been able to fix it ?

Thanks