Hi Nicolas,
If you want me to create my own thread that’s fine, just tell me! I thought I could post on that one since I have the exact same problem and this didn’t seem to have a conclusion.
So yeah I installed your plugin and basically have the same problem as @imehedidip :
I have a website and a subdomain to store the uploaded images :
– mysite.com
– images.mysite.com
I installed WP on mysite.com, which gives this FTP path :
/lamp0/web/vhosts/mysite.com/htdocs/some/deeper/folders/wp-content
And this URL :
https://mysite.com
I transfered the whole “uploads” folder to my images.mysite.com subdomain, which gives this FTP path :
/lamp0/web/vhosts/images.mysite.com/htdocs/uploads
And this URL :
https://images.mysite.com
I tried to change the upload path and file upload URL accordingly to what I’ve found on several tutorials, which I think in my case gives :
Upload Path : images
File upload URL : https://images.mysite.com/upload
With those settings, WP finds the images that are stored on my subdomain (my website loads normally), but it when I try to upload new images they upload in
/lamp0/web/vhosts/mysite.com/htdocs/some/deeper/folders/uploads/
instead of
/lamp0/web/vhosts/images.mysite.com/htdocs/uploads
I’ve been looking around on the web for a couple days now and couldn’t find any solution so I came back on that thread, hoping you could help me figure out what the problem is.
Thanks!