So, I create a website for example.com so the location is /home/example.com/
Then I create a subdomain for that website, let’s say app.example.com. The location should be in /home/example.com/app.example.com/
Now, here comes the problem…
When I want to create FTP for that subdomain:
-
There are no options for that. The list only contains example.com.
-
Let’s say I choose example.com and create an FTP, the path I choose /home/example.com/app.example.com/
will still give an error since it’s created in /home/example.com/public_html/home/example.com/app.example.com
So, how can I create FTP for subdomain? Help please…