This topic is locked
[SOLVED]

 unable to upload files to a SSL location

3/23/2017 3:15:04 AM
PHPRunner General questions
S
shoppy author

I just cannot get it to work to upload files from a project to a location on a secure SSL webserver.
Normaly I used a path in phprunner like www.blahblah.com/files/'>http://www.blahblah.com/files/ but that does not work with https://www.blahblah.com/files/
I also tried the path domains/blahblah/private_html/files/ (that's the path ftp uses) but also no luck.
What am I doing wrong?

admin 3/23/2017

Ask your web hosting company where do you need to upload files so they are accessible via HTTPS. They may have a separate folder for this purpose.

S
shoppy author 3/28/2017

I did something wrong.

In the path in the Editor field mostly is just says 'files'.

That's where you upload your files.

What I did is put the whole path there (https://blahblah.com/blahblah/files) because the files should be stored in another directory then the project was.

But what I had to put there was only ../blahblah/blahbla/files/
That was it.

Works like a charm now.