I have PHP web hosting with ORCHESTRA.IO. They get PHP hosting code through GIT.
I want to provide subdomains to each user, upon successful signup to website. I want to generate these user’s sub domains through PHP code. The question is that whether I can create empty folder in GIT for mapping subdomains on this folder.
Is there any other better solution for dynamically generating subdomains for users.
Thanks
Git stores files, not folders. The best way to get Git to track a folder is by creating a dummy file in it.