DocumentRoot /path/to/domainname
ServerName domainname
redirect permanent / https://domainname/
Alias /sandbox /path/to/domainname/sandbox
The above is just an example on how to setup the virtualhost on apache
The Alias is like a subfolder inside the public_html but you can put the folder in parallel to the public_html.