I want to upload to subdirectory of my domain.
for example, i have domain pointed to /var/www/html/mydomain
Then i created sub directory /var/www/html/mydomain/pub and wants to upload some files there.
I goes to that directory and click "Upload" on top right corner.
In the upload page i see the correct subdirectory in the header:
mydomain/pub
Then i uploaded some files and It was successful
But the files was not there (mydomain/pub), instead it went to /var/www/html
I tried to re-upload several times, and it always uploaded to /var/www/html
I also tried to move the file, select the file and click "Move", then put full path /var/www/html/mydomain/pub and click Move.
Message said it was successful, but the file is still there. Not moved to the pointed directory.
Tried to put only the domain (/mydomain/pub), still the same.
I tried to upload the file in the root directory of the domain (/var/www/html/mydomain), But also still the same issue.
So basically every time i uploaded the file to some directory, it always go to /var/www/html
And it cannot moved or copied to other directory.
Any suggestion on this?