I am doing as following:
1) "create new project from existing sources"
2) check at "webserver is on remote host, files are accessible via ftp/sftp/ftps"
3) project name "myTest"
4) add new remote server
5) name: my-domain.com
type: ftp
ftp host: my-domain.de
port: 21
root path : /
username: my-username
password: my-password
window is popping up:
"checking connection to my-domain.com"
"connecting by ftp"
But everytime i am getting an error:
"connection to 'my-domain.com' failed.
HEAD method failed for "http://my-domain.com/" with HTTP status 403."
It is not wrong username and password, because i can login with these data via filezilla without having any trouble. Anyone with same Problem in past? Who knows how to handle that? Is there a further configuration at phpstorm needed to be able to use remote-control on server?