Everything goes fine and it even works! Hoorah!
But, this confused me. When I create my symlink for my main domain . . .
[~]# mv ~/public_html ~/public_html_backup
[~]# ln -s ~/yourapp/public ~/public_html
my "public_html" became a symlink to my public folder in my main domain's app. this is all good. Everything works as it should.
But, what about setting up sub-domains? Whether is be for SVN or other apps? cPanel will create folders in the public folder of my main domain's application.
Is that ok? It seems like this will cause problems if I updated my main apps public folder. Say I did a replace on my main apps public folder.
Am I missing something here?